Index: Source/core/dom/shadow/SelectRuleFeatureSet.h |
diff --git a/Source/core/dom/shadow/SelectRuleFeatureSet.h b/Source/core/dom/shadow/SelectRuleFeatureSet.h |
index fd20c98e2de0fbabfd2a3d45df1916cf48cac62b..9b943e8a07ab40412964ee191655f81c8e5df66c 100644 |
--- a/Source/core/dom/shadow/SelectRuleFeatureSet.h |
+++ b/Source/core/dom/shadow/SelectRuleFeatureSet.h |
@@ -42,7 +42,7 @@ public: |
void add(const SelectRuleFeatureSet&); |
void clear(); |
- void collectFeaturesFromSelector(const CSSSelector*); |
+ void collectFeaturesFromSelector(const CSSSelector&); |
bool hasSelectorForId(const AtomicString&) const; |
bool hasSelectorForClass(const AtomicString&) const; |