Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Synchronize ChromeUtils change from Bug 1431533 (#5282)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliandescottes authored and jasonLaster committed Feb 1, 2018
1 parent 4ace5f5 commit 283576b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/panel/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<script type="application/javascript"
src="chrome://devtools/content/shared/theme-switching.js"></script>
<script type="text/javascript">
const { BrowserLoader } = Components.utils.import("resource://devtools/client/shared/browser-loader.js", {});
const { BrowserLoader } = ChromeUtils.import("resource://devtools/client/shared/browser-loader.js", {});
const { require } = BrowserLoader({
baseURI: "resource://devtools/client/debugger/new/",
window,
Expand Down

0 comments on commit 283576b

Please sign in to comment.