Bug 1533948, change BrowserTabChild to inherit from JSWindowActor, r=mconley
This commit is contained in:
@@ -1458,7 +1458,7 @@ nsContextMenu.prototype = {
|
||||
},
|
||||
|
||||
switchPageDirection: function CM_switchPageDirection() {
|
||||
this.browser.messageManager.sendAsyncMessage("SwitchDocumentDirection");
|
||||
gBrowser.selectedBrowser.sendMessageToActor("SwitchDocumentDirection", {}, "SwitchDocumentDirection", true);
|
||||
},
|
||||
|
||||
mediaCommand: function CM_mediaCommand(command, data) {
|
||||
|
||||
Reference in New Issue
Block a user