Richard Pospesel pushed to branch tor-browser-102.5.0esr-12.5-1 at The Tor Project / Applications / Tor Browser

Commits:

1 changed file:

Changes:

  • tools/lint/eslint/eslint-plugin-mozilla/lib/environments/browser-window.js
    ... ... @@ -90,7 +90,7 @@ function getGlobalScriptIncludes(scriptPath) {
    90 90
             .replace("chrome://global/content/", "toolkit/content/")
    
    91 91
             .replace(
    
    92 92
               "chrome://torbutton/content/",
    
    93
    -          "toolkit/torproject/torbutton/chrome/content/"
    
    93
    +          "toolkit/torbutton/chrome/content/"
    
    94 94
             );
    
    95 95
     
    
    96 96
           for (let mapping of Object.getOwnPropertyNames(MAPPINGS)) {