Index: Source/core/css/RuleFeature.h |
diff --git a/Source/core/css/RuleFeature.h b/Source/core/css/RuleFeature.h |
index 87ede478884d84fdc603fb6a885bdd4ccd3bf73d..6103e223d8768e7e4245129c22eb01cc550cf4ac 100644 |
--- a/Source/core/css/RuleFeature.h |
+++ b/Source/core/css/RuleFeature.h |
@@ -129,7 +129,7 @@ private: |
UseSubtreeStyleChange |
}; |
- static InvalidationSetMode supportsClassDescendantInvalidation(const CSSSelector&); |
+ static InvalidationSetMode invalidationSetModeForSelector(const CSSSelector&); |
void collectFeaturesFromSelector(const CSSSelector&, FeatureMetadata&, InvalidationSetMode); |
void collectFeaturesFromSelectorList(const CSSSelectorList*, FeatureMetadata&, InvalidationSetMode); |