Bug 1613062 - avoid including utilityOverlay.js twice on macOS, r=ntim

Differential Revision: https://phabricator.services.mozilla.com/D61545
This commit is contained in:
Gijs Kruitbosch
2020-02-04 15:27:18 +00:00
parent f91c0c5ee2
commit 2fe6311179

View File

@@ -32,11 +32,12 @@
#ifdef XP_MACOSX
#include ../../../base/content/macWindow.inc.xhtml
#else
<script src="chrome://browser/content/utilityOverlay.js"/>
#endif
<stringbundle id="backgroundBundle"
src="chrome://browser/locale/shellservice.properties"/>
<script src="chrome://browser/content/utilityOverlay.js"/>
<script src="chrome://browser/content/setDesktopBackground.js"/>
<script src="chrome://global/content/contentAreaUtils.js"/>