| Index: Source/core/dom/shadow/SelectRuleFeatureSet.h
|
| diff --git a/Source/core/dom/shadow/SelectRuleFeatureSet.h b/Source/core/dom/shadow/SelectRuleFeatureSet.h
|
| index 04fd92f1ccf5b7338d882993249f5b408b7becd3..3e1d4f4e5fa80d3f82f6c871c15b3c0cabf6687c 100644
|
| --- a/Source/core/dom/shadow/SelectRuleFeatureSet.h
|
| +++ b/Source/core/dom/shadow/SelectRuleFeatureSet.h
|
| @@ -41,6 +41,7 @@ class SpaceSplitString;
|
| class SelectRuleFeatureSet : public RuleFeatureSet {
|
| DISALLOW_ALLOCATION();
|
| public:
|
| + void collectFeaturesFromSelector(const CSSSelector&);
|
| bool checkSelectorsForClassChange(const SpaceSplitString& changedClasses) const;
|
| bool checkSelectorsForClassChange(const SpaceSplitString& oldClasses, const SpaceSplitString& newClasses) const;
|
| };
|
|
|