Index: Source/core/dom/StyleEngine.cpp |
diff --git a/Source/core/dom/StyleEngine.cpp b/Source/core/dom/StyleEngine.cpp |
index 7c908b9055edbfacd2e898998f36ac561f19b2d7..c64806ea13ccb59abc7186517570b254cacb7d45 100644 |
--- a/Source/core/dom/StyleEngine.cpp |
+++ b/Source/core/dom/StyleEngine.cpp |
@@ -402,12 +402,6 @@ bool StyleEngine::updateActiveStyleSheets(StyleResolverUpdateMode updateMode) |
m_activeTreeScopes.remove(*it); |
m_dirtyTreeScopes.clear(); |
} |
- |
- if (StyleResolver* styleResolver = m_document.styleResolverIfExists()) { |
- styleResolver->finishAppendAuthorStyleSheets(); |
- resetCSSFeatureFlags(styleResolver->ruleFeatureSet()); |
- } |
- |
m_needsUpdateActiveStylesheetsOnStyleRecalc = false; |
activeStyleSheetsUpdatedForInspector(); |
m_usesRemUnits = m_documentStyleSheetCollection.usesRemUnits(); |