Verified Commit d25a948d authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

fixup! Bug 41600: Add a tor circuit display panel.

Bug 43074: Pass the browser to TorDomainIsolator.newCircuitForBrowser.
parent a7f45e05
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@ var gTorCircuitPanel = {
    document
      .getElementById("tor-circuit-new-circuit")
      .addEventListener("command", () => {
        TorDomainIsolator.newCircuitForBrowser(gBrowser);
        TorDomainIsolator.newCircuitForBrowser(gBrowser.selectedBrowser);
      });

    // Update the display just before opening.