aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/script_thread.rs')
-rw-r--r--components/script/script_thread.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/script_thread.rs b/components/script/script_thread.rs
index 64fd85b210b..f5397d8cce5 100644
--- a/components/script/script_thread.rs
+++ b/components/script/script_thread.rs
@@ -1592,7 +1592,7 @@ impl ScriptThread {
window
.upcast::<GlobalScope>()
- .perform_a_message_port_garbage_collection_checkpoint();
+ .perform_a_dom_garbage_collection_checkpoint();
let pending_reflows = window.get_pending_reflow_count();
if pending_reflows > 0 {