aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
diff options
context:
space:
mode:
authorGregory Terzian <gterzian@users.noreply.github.com>2019-09-01 03:18:42 +0800
committerGregory Terzian <gterzian@users.noreply.github.com>2019-12-11 22:46:50 +0800
commit6e8a85482c2068d4dbccb992954271f725570f91 (patch)
treeb30f6d82a018df0b196fa4d47d3b6667d708313e /components/script/script_thread.rs
parent7aa68c8fe7ca0865a7323ab1e5b9526efa588ca2 (diff)
downloadservo-6e8a85482c2068d4dbccb992954271f725570f91.tar.gz
servo-6e8a85482c2068d4dbccb992954271f725570f91.zip
re-structure blob, structured serialization
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 c01ad08220c..8e53a9add71 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 {