diff options
Diffstat (limited to 'components/script/script_task.rs')
-rw-r--r-- | components/script/script_task.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/script_task.rs b/components/script/script_task.rs index 5e482bf4056..9a5f01084cf 100644 --- a/components/script/script_task.rs +++ b/components/script/script_task.rs @@ -780,7 +780,7 @@ impl ScriptTask { ScriptMsg::MainThreadRunnableMsg(runnable) => runnable.handler(self), ScriptMsg::RefcountCleanup(addr) => - LiveDOMReferences::cleanup(self.get_cx(), addr), + LiveDOMReferences::cleanup(addr), ScriptMsg::DocumentLoadsComplete(id) => self.handle_loads_complete(id), } |