| Index: Source/core/css/RuleFeature.h
|
| diff --git a/Source/core/css/RuleFeature.h b/Source/core/css/RuleFeature.h
|
| index 09b7733d289ae3efc257a42bb7894ffecd469625..56a4a343f4aa9def54912e6ff6b4cab4ac6de599 100644
|
| --- a/Source/core/css/RuleFeature.h
|
| +++ b/Source/core/css/RuleFeature.h
|
| @@ -81,7 +81,6 @@ public:
|
| }
|
|
|
| bool hasSelectorForId(const AtomicString& idValue) const { return m_idInvalidationSets.contains(idValue); }
|
| - bool hasSelectorForPseudoType(CSSSelector::PseudoType pseudo) const { return m_pseudoInvalidationSets.contains(pseudo); }
|
|
|
| void collectInvalidationSetsForClass(InvalidationSetVector&, Element&, const AtomicString& className) const;
|
| void collectInvalidationSetsForId(InvalidationSetVector&, Element&, const AtomicString& id) const;
|
|
|