diff options
Diffstat (limited to 'components/script/script_thread.rs')
-rw-r--r-- | components/script/script_thread.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/script_thread.rs b/components/script/script_thread.rs index 1724a6b2276..178e121bda9 100644 --- a/components/script/script_thread.rs +++ b/components/script/script_thread.rs @@ -1918,7 +1918,6 @@ impl ScriptThread { window_size, pipeline_port, content_process_shutdown_chan, - layout_threads, } = new_layout_info; let layout_pair = unbounded(); @@ -1935,7 +1934,6 @@ impl ScriptThread { script_chan: self.control_chan.clone(), image_cache: self.image_cache.clone(), content_process_shutdown_chan: content_process_shutdown_chan, - layout_threads: layout_threads, paint_time_metrics: PaintTimeMetrics::new( new_pipeline_id, self.time_profiler_chan.clone(), |