diff --git a/browser/base/content/browser-scripts.inc b/browser/base/content/browser-scripts.inc deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/browser/base/content/browser.xul b/browser/base/content/browser.xul index b99c406980c..2600c192efc 100644 --- a/browser/base/content/browser.xul +++ b/browser/base/content/browser.xul @@ -65,9 +65,12 @@ screenX="4" screenY="4" persist="screenX screenY width height sizemode"> -# All JS files that browser.xul wishes to include *must* go into the browser-scripts.inc file -# so that they can be shared by hiddenWindow.xul. -#include browser-scripts.inc +# All JS files which are not content (only) dependent that browser.xul +# wishes to include *must* go into the global-scripts.inc file +# so that they can be shared by macBrowserOverlay.xul. +#include global-scripts.inc + +