| Index: Source/core/css/RuleFeature.h
|
| diff --git a/Source/core/css/RuleFeature.h b/Source/core/css/RuleFeature.h
|
| index 1726a4148f60a53df7be2f37382445b48a63316f..9491a1d73314fff3a2ea98fb14977a0b22fc1e44 100644
|
| --- a/Source/core/css/RuleFeature.h
|
| +++ b/Source/core/css/RuleFeature.h
|
| @@ -92,11 +92,6 @@ public:
|
| return m_idInvalidationSets.size() > 0;
|
| }
|
|
|
| - // Marks the given attribute name as "appearing in a selector". Used for
|
| - // CSS properties such as content: ... attr(...) ...
|
| - // FIXME: record these internally to this class instead calls from StyleResolver to here.
|
| - void addContentAttr(const AtomicString& attributeName);
|
| -
|
| StyleInvalidator& styleInvalidator();
|
|
|
| void trace(Visitor*);
|
| @@ -133,6 +128,7 @@ private:
|
| DescendantInvalidationSet& ensurePseudoInvalidationSet(CSSSelector::PseudoType);
|
|
|
| void updateInvalidationSets(const CSSSelector&);
|
| + void updateInvalidationSetsForContentAttribute(StyleRule*);
|
|
|
| struct InvalidationSetFeatures {
|
| InvalidationSetFeatures()
|
|
|