diff options
Diffstat (limited to 'components/script/script_thread.rs')
-rw-r--r-- | components/script/script_thread.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/script_thread.rs b/components/script/script_thread.rs index 73350bed207..8ebb5ac017b 100644 --- a/components/script/script_thread.rs +++ b/components/script/script_thread.rs @@ -1446,6 +1446,7 @@ impl ScriptThread { self.bluetooth_thread.clone(), self.storage_thread.clone(), self.mem_profiler_chan.clone(), + self.time_profiler_chan.clone(), self.devtools_chan.clone(), self.constellation_chan.clone(), self.control_chan.clone(), |