Loading browser/components/cryptosafety/CryptoSafetyParent.sys.mjs +1 −1 Original line number Diff line number Diff line Loading @@ -128,7 +128,7 @@ export class CryptoSafetyParent extends JSWindowActorParent { const browser = browsingContext.embedderElement; if (browser) { lazy.TorDomainIsolator.newCircuitForBrowser( browser.ownerGlobal.gBrowser.selectedBrowser browser.documentGlobal.gBrowser.selectedBrowser ); } } Loading Loading
browser/components/cryptosafety/CryptoSafetyParent.sys.mjs +1 −1 Original line number Diff line number Diff line Loading @@ -128,7 +128,7 @@ export class CryptoSafetyParent extends JSWindowActorParent { const browser = browsingContext.embedderElement; if (browser) { lazy.TorDomainIsolator.newCircuitForBrowser( browser.ownerGlobal.gBrowser.selectedBrowser browser.documentGlobal.gBrowser.selectedBrowser ); } } Loading