mirror of
https://github.com/servo/servo.git
synced 2025-06-08 00:23:30 +00:00
re-structure blob, structured serialization
This commit is contained in:
parent
7aa68c8fe7
commit
6e8a85482c
31 changed files with 997 additions and 489 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue