Bug 1533948, change BrowserTabChild to inherit from JSWindowActor, r=mconley
This commit is contained in:
@@ -325,8 +325,7 @@ var gIdentityHandler = {
|
||||
},
|
||||
|
||||
enableMixedContentProtection() {
|
||||
gBrowser.selectedBrowser.messageManager.sendAsyncMessage(
|
||||
"MixedContent:ReenableProtection", {});
|
||||
gBrowser.selectedBrowser.sendMessageToActor("MixedContent:ReenableProtection", {}, "BrowserTab");
|
||||
BrowserReload();
|
||||
PanelMultiView.hidePopup(this._identityPopup);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user