Rename DOM manipulation messages to tasks

This commit is contained in:
Keith Yeung 2016-04-25 19:46:21 -04:00
parent ce302c78c1
commit 12a96f7194
2 changed files with 3 additions and 3 deletions

View file

@ -932,8 +932,8 @@ impl ScriptThread {
LiveDOMReferences::cleanup(addr),
MainThreadScriptMsg::Common(CommonScriptMsg::CollectReports(reports_chan)) =>
self.collect_reports(reports_chan),
MainThreadScriptMsg::DOMManipulation(msg) =>
msg.handle_msg(self),
MainThreadScriptMsg::DOMManipulation(task) =>
task.handle_task(self),
}
}