From b7301ca06c892da4d38247b86e81edaa5181a969 Mon Sep 17 00:00:00 2001 From: Michael Wu Date: Fri, 19 Jun 2015 22:07:08 -0400 Subject: Fix some warnings caused by the SM upgrade --- components/script/script_task.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/script/script_task.rs') 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), } -- cgit v1.2.3