Skip to content

Commit

Permalink
Merge pull request #194 from AdguardTeam/feature/issues/193
Browse files Browse the repository at this point in the history
#193 fix
  • Loading branch information
Mizzick committed Mar 11, 2016
2 parents 914e4b9 + 429c153 commit 0bc954c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,8 @@
var initFrameScript = function () {

var cpmm = Cc["@mozilla.org/childprocessmessagemanager;1"].getService(Ci.nsISyncMessageSender);
registeredScripts = cpmm.sendSyncMessage('Adguard:get-content-scripts')[0];
i18nMessages = cpmm.sendSyncMessage('Adguard:get-i18n-messages')[0];
registeredScripts = cpmm.sendRpcMessage('Adguard:get-content-scripts')[0];
i18nMessages = cpmm.sendRpcMessage('Adguard:get-i18n-messages')[0];

context.addEventListener('DOMWindowCreated', onWindowCreated);

Expand Down

0 comments on commit 0bc954c

Please sign in to comment.