mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Remove an unnecessary synchronous full reflow.
This commit is contained in:
parent
ab5a57fadf
commit
a8683bc3d8
1 changed files with 0 additions and 1 deletions
|
@ -2201,7 +2201,6 @@ impl Document {
|
|||
window,
|
||||
);
|
||||
|
||||
window.reflow(ReflowGoal::Full, ReflowReason::DOMContentLoaded);
|
||||
update_with_current_time_ms(&self.dom_content_loaded_event_end);
|
||||
|
||||
// html parsing has finished - set dom content loaded
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue