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 c407795bd63..4ab55968237 100644 --- a/components/script/script_task.rs +++ b/components/script/script_task.rs @@ -665,7 +665,7 @@ impl ScriptTask { pipeline ID not associated with this script task. This is a bug."); let frame = page.frame(); let window = frame.as_ref().unwrap().window.root(); - window.handle_fire_timer(timer_id, self.get_cx()); + window.handle_fire_timer(timer_id); } /// Handles a notification that reflow completed. |