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 ada10d8cd839af05103b6d214ea3b6045d82de1a..aa88c02ec2e1e65a826834ad20243e7db39ce831 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.cpp |
+++ b/third_party/WebKit/Source/core/dom/Document.cpp |
@@ -3787,8 +3787,6 @@ void Document::notifyResizeForViewportUnits() { |
} |
void Document::styleResolverMayHaveChanged() { |
- styleEngine().resolverChanged(AnalyzedStyleUpdate); |
- |
if (hasNodesWithPlaceholderStyle()) { |
setNeedsStyleRecalc(SubtreeStyleChange, |
StyleChangeReasonForTracing::create( |