From a8683bc3d863511cc0517375e7febc8978965ece Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 7 Mar 2019 10:42:36 -0500 Subject: [PATCH] Remove an unnecessary synchronous full reflow. --- components/script/dom/document.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/script/dom/document.rs b/components/script/dom/document.rs index 4a10298b7a1..110ce1b1199 100644 --- a/components/script/dom/document.rs +++ b/components/script/dom/document.rs @@ -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