Index: Source/core/css/resolver/ScopedStyleResolver.cpp |
diff --git a/Source/core/css/resolver/ScopedStyleResolver.cpp b/Source/core/css/resolver/ScopedStyleResolver.cpp |
index 8796649ae17973f618e6ae431ae33f23f0d8464d..43fbe0f8c191d76c9a6c1db7d97c51cc337c87b4 100644 |
--- a/Source/core/css/resolver/ScopedStyleResolver.cpp |
+++ b/Source/core/css/resolver/ScopedStyleResolver.cpp |
@@ -80,7 +80,7 @@ void ScopedStyleResolver::addRulesFromSheet(CSSStyleSheet* cssSheet, const Media |
resolver->processScopedRules(ruleSet, cssSheet, treeScope().rootNode()); |
} |
-void ScopedStyleResolver::collectFeaturesTo(RuleFeatureSet& features, HashSet<const StyleSheetContents*>& visitedSharedStyleSheetContents) |
+void ScopedStyleResolver::collectFeaturesTo(RuleFeatureSet& features, HashSet<const StyleSheetContents*>& visitedSharedStyleSheetContents) const |
{ |
for (size_t i = 0; i < m_authorStyleSheets.size(); ++i) { |
StyleSheetContents* contents = m_authorStyleSheets[i]->contents(); |