Pier Angelo Vendrame pushed to branch tor-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser

Commits:

1 changed file:

Changes:

  • tools/lint/eslint/eslint-plugin-mozilla/lib/environments/browser-window.js
    ... ... @@ -80,10 +80,6 @@ function getGlobalScriptIncludes(scriptPath) {
    80 80
         let match = line.match(globalScriptsRegExp);
    
    81 81
         if (match) {
    
    82 82
           let sourceFile = match[1]
    
    83
    -        .replace(
    
    84
    -          "chrome://global/content/torconnect/",
    
    85
    -          "toolkit/components/torconnect/content/"
    
    86
    -        )
    
    87 83
             .replace(
    
    88 84
               "chrome://browser/content/search/",
    
    89 85
               "browser/components/search/content/"