| Index: chrome/browser/resources/chromeos/chromevox/host/chrome/earcons.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/host/chrome/earcons.js b/chrome/browser/resources/chromeos/chromevox/host/chrome/earcons.js
|
| index 41a0e57038fe6db989bc0f4f2f7cee56afab201b..122e859af5d8de1165dcc9c8d205dbae5400f3be 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/host/chrome/earcons.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/host/chrome/earcons.js
|
| @@ -35,10 +35,8 @@ cvox.ChromeEarcons.prototype.playEarcon = function(earcon, opt_location) {
|
| return;
|
| }
|
|
|
| - cvox.ExtensionBridge.send({
|
| - 'target': 'EARCON',
|
| - 'action': 'play',
|
| - 'earcon': earcon});
|
| + cvox.ExtensionBridge.send(
|
| + {'target': 'EARCON', 'action': 'play', 'earcon': earcon});
|
| };
|
|
|
|
|
|
|