Index: third_party/WebKit/Source/core/dom/Document.cpp |
diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp |
index 64f72e837e40d3a5cb3d7d72c4b4a0cc95adb60d..6715c800b91a223c34c2d2f4942de971b944d42b 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.cpp |
+++ b/third_party/WebKit/Source/core/dom/Document.cpp |
@@ -2018,7 +2018,6 @@ void Document::updateLayoutTreeIgnorePendingStylesheets() |
// pending, some nodes may not have had their real style calculated yet. Normally this |
// gets cleaned when style sheets arrive but here we need up-to-date style immediately. |
setNeedsStyleRecalc(SubtreeStyleChange, StyleChangeReasonForTracing::create(StyleChangeReason::CleanupPlaceholderStyles)); |
- updateLayoutTree(); |
} |
} |
updateLayoutTree(); |