Index: Source/core/css/resolver/ScopedStyleResolver.cpp |
diff --git a/Source/core/css/resolver/ScopedStyleResolver.cpp b/Source/core/css/resolver/ScopedStyleResolver.cpp |
index e26bc5fb85e041d29d5dee9814b35031131aa4ca..490685ec7d9ff5856e61616fecce821b4e6e32b5 100644 |
--- a/Source/core/css/resolver/ScopedStyleResolver.cpp |
+++ b/Source/core/css/resolver/ScopedStyleResolver.cpp |
@@ -84,12 +84,6 @@ void ScopedStyleResolver::collectFeaturesTo(RuleFeatureSet& features) |
features.add(m_authorStyleSheets[i]->ruleSet().features()); |
} |
-void ScopedStyleResolver::resetAuthorStyle() |
-{ |
- m_authorStyleSheets.clear(); |
- m_keyframesRuleMap.clear(); |
-} |
- |
bool ScopedStyleResolver::checkRegionStyle(Element* regionElement) |
{ |
for (size_t i = 0; i < m_authorStyleSheets.size(); ++i) { |