diff options
author | Gregory Terzian <gterzian@users.noreply.github.com> | 2019-08-09 15:52:49 +0800 |
---|---|---|
committer | Gregory Terzian <gterzian@users.noreply.github.com> | 2019-08-17 16:03:07 +0200 |
commit | 8482d2e781fc948d0d33b0366005264c4f99ccdd (patch) | |
tree | d5ffb5a35106b042a40546547222f80c66636c3c /components/script/dom/windowproxy.rs | |
parent | 9bba14cb438cf5ac08945bb8fbb5a0f31d43fcbe (diff) | |
download | servo-8482d2e781fc948d0d33b0366005264c4f99ccdd.tar.gz servo-8482d2e781fc948d0d33b0366005264c4f99ccdd.zip |
restructure content process shutdown ack with threaded sender, without layout
Diffstat (limited to 'components/script/dom/windowproxy.rs')
-rw-r--r-- | components/script/dom/windowproxy.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/windowproxy.rs b/components/script/dom/windowproxy.rs index 79b93792ce5..d64975a78b9 100644 --- a/components/script/dom/windowproxy.rs +++ b/components/script/dom/windowproxy.rs @@ -303,7 +303,6 @@ impl WindowProxy { opener: Some(self.browsing_context_id), load_data: load_data, pipeline_port: pipeline_receiver, - content_process_shutdown_chan: None, window_size: window.window_size(), }; let constellation_msg = ScriptMsg::ScriptNewAuxiliary(load_info, pipeline_sender); |