| Index: chrome/browser/resources/chromeos/chromevox/chromevox/injected/api.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/api.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/api.js
|
| index 0b0bf75051ec112e6b4bcf7bfa577bce23d2a972..e88242527175cfe9dabd496067d4c9a270bf10bc 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/api.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/api.js
|
| @@ -80,7 +80,7 @@ if (typeof(goog) != 'undefined' && goog.require) {
|
| }
|
|
|
| channel = new MessageChannel();
|
| - window.postMessage(PORT_SETUP_MSG, [channel.port2], '*');
|
| + window.postMessage(PORT_SETUP_MSG, '*', [channel.port2]);
|
| channel.port1.onmessage = function(event) {
|
| if (event.data == DISCONNECT_MSG) {
|
| channel = null;
|
|
|