diff --git a/components/script/dom/windowproxy.rs b/components/script/dom/windowproxy.rs index 7f0bc7bc077..c16d958e85b 100644 --- a/components/script/dom/windowproxy.rs +++ b/components/script/dom/windowproxy.rs @@ -334,8 +334,6 @@ impl WindowProxy { let constellation_msg = ScriptMsg::ScriptNewAuxiliary(load_info); window.send_to_constellation(constellation_msg); ScriptThread::process_attach_layout(new_layout_info, document.origin().clone()); - let msg = EmbedderMsg::WebViewOpened(new_top_level_browsing_context_id); - window.send_to_embedder(msg); // TODO: if noopener is false, copy the sessionStorage storage area of the creator origin. // See step 14 of https://html.spec.whatwg.org/multipage/#creating-a-new-browsing-context let auxiliary =