diff options
Diffstat (limited to 'components/script/task_source/dom_manipulation.rs')
-rw-r--r-- | components/script/task_source/dom_manipulation.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/task_source/dom_manipulation.rs b/components/script/task_source/dom_manipulation.rs index 93cdfde95f4..4062b5b1495 100644 --- a/components/script/task_source/dom_manipulation.rs +++ b/components/script/task_source/dom_manipulation.rs @@ -32,7 +32,7 @@ impl TaskSource for DOMManipulationTaskSource { canceller: &TaskCanceller, ) -> Result<(), ()> where - T: Task + Send + 'static, + T: Task + 'static, { let msg = MainThreadScriptMsg::Common(CommonScriptMsg::Task( ScriptThreadEventCategory::ScriptEvent, |