summaryrefslogtreecommitdiffstats
path: root/devtools/server/actors/network-monitor/channel-event-sink.js
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/server/actors/network-monitor/channel-event-sink.js')
-rw-r--r--devtools/server/actors/network-monitor/channel-event-sink.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/devtools/server/actors/network-monitor/channel-event-sink.js b/devtools/server/actors/network-monitor/channel-event-sink.js
index 8ff00302f9..3db6bf148e 100644
--- a/devtools/server/actors/network-monitor/channel-event-sink.js
+++ b/devtools/server/actors/network-monitor/channel-event-sink.js
@@ -5,11 +5,12 @@
"use strict";
const { ComponentUtils } = ChromeUtils.importESModule(
- "resource://gre/modules/ComponentUtils.sys.mjs"
+ "resource://gre/modules/ComponentUtils.sys.mjs",
+ { global: "contextual" }
);
/**
- * This is a nsIChannelEventSink implementation that monitors channel redirects and
+ * THIS is a nsIChannelEventSink implementation that monitors channel redirects and
* informs the registered "collectors" about the old and new channels.
*/
const SINK_CLASS_DESCRIPTION = "NetworkMonitor Channel Event Sink";