aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/script_thread.rs')
-rw-r--r--components/script/script_thread.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/script_thread.rs b/components/script/script_thread.rs
index 7431bcf1032..01d8e7873e2 100644
--- a/components/script/script_thread.rs
+++ b/components/script/script_thread.rs
@@ -3384,7 +3384,7 @@ impl ScriptThread {
url: url,
};
chan.send(ScriptToDevtoolsControlMsg::NewGlobal(
- (Some(bc), p, w),
+ (bc, p, w),
self.devtools_sender.clone(),
page_info.clone(),
))