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..f4825643e4796394f3e38899d4abd80b6b35cb1b 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.cpp |
+++ b/third_party/WebKit/Source/core/dom/Document.cpp |
@@ -1859,8 +1859,6 @@ void Document::updateStyle() |
clearChildNeedsStyleRecalc(); |
- // Pseudo element removal and similar may only work with these flags still set. Reset them after the style recalc. |
- styleEngine().resetCSSFeatureFlags(resolver.ensureUpdatedRuleFeatureSet()); |
resolver.clearStyleSharingList(); |
m_wasPrinting = m_printing; |