aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_task.rs
diff options
context:
space:
mode:
authorMichael Wu <mwu@mozilla.com>2015-06-19 22:07:08 -0400
committerMichael Wu <mwu@mozilla.com>2015-06-19 22:07:08 -0400
commitb7301ca06c892da4d38247b86e81edaa5181a969 (patch)
tree02fb4fc9b4f33987fd356507f761cfe14e721a2b /components/script/script_task.rs
parente7808c526c348fea5e3b48af70b7f1a066652097 (diff)
downloadservo-b7301ca06c892da4d38247b86e81edaa5181a969.tar.gz
servo-b7301ca06c892da4d38247b86e81edaa5181a969.zip
Fix some warnings caused by the SM upgrade
Diffstat (limited to 'components/script/script_task.rs')
-rw-r--r--components/script/script_task.rs2
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),
}