aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/timers.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/timers.rs')
-rw-r--r--components/script/timers.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/timers.rs b/components/script/timers.rs
index e4348a1b01f..4f64e529787 100644
--- a/components/script/timers.rs
+++ b/components/script/timers.rs
@@ -558,6 +558,7 @@ impl JsTimerTask {
rval.handle_mut(),
ScriptFetchOptions::default_classic_script(&global),
global.api_base_url(),
+ CanGc::note(),
);
},
InternalTimerCallback::FunctionTimerCallback(ref function, ref arguments) => {