Commit c52fe531 authored by henry's avatar henry
Browse files

fixup! Bug 10760: Integrate TorButton to TorBrowser core

parent 1a390e9f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ function getGlobalScriptIncludes(scriptPath) {
        .replace("chrome://global/content/", "toolkit/content/")
        .replace(
          "chrome://torbutton/content/",
          "toolkit/torproject/torbutton/chrome/content/"
          "toolkit/torbutton/chrome/content/"
        );

      for (let mapping of Object.getOwnPropertyNames(MAPPINGS)) {