summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/index.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/inspector/index.xhtml')
-rw-r--r--devtools/client/inspector/index.xhtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/devtools/client/inspector/index.xhtml b/devtools/client/inspector/index.xhtml
index 75d0a792c3..4cdbea4bee 100644
--- a/devtools/client/inspector/index.xhtml
+++ b/devtools/client/inspector/index.xhtml
@@ -66,8 +66,8 @@
var { require, loader } = ChromeUtils.importESModule(
"resource://devtools/shared/loader/Loader.sys.mjs"
);
- var { BrowserLoader } = ChromeUtils.import(
- "resource://devtools/shared/loader/browser-loader.js"
+ var { BrowserLoader } = ChromeUtils.importESModule(
+ "resource://devtools/shared/loader/browser-loader.sys.mjs"
);
}
</script>