| Index: Source/core/css/RuleFeature.h
|
| diff --git a/Source/core/css/RuleFeature.h b/Source/core/css/RuleFeature.h
|
| index 34f5788f0d87837edb10f4777fbbf287e9241085..b83f357bf04ef89ba6663677dab3e152f6447bb7 100644
|
| --- a/Source/core/css/RuleFeature.h
|
| +++ b/Source/core/css/RuleFeature.h
|
| @@ -153,7 +153,7 @@ private:
|
|
|
| static void extractInvalidationSetFeature(const CSSSelector&, InvalidationSetFeatures&);
|
| const CSSSelector* extractInvalidationSetFeatures(const CSSSelector&, InvalidationSetFeatures&);
|
| - void addFeaturesToInvalidationSets(const CSSSelector&, const InvalidationSetFeatures&);
|
| + void addFeaturesToInvalidationSets(const CSSSelector&, const InvalidationSetFeatures&, bool wholeSubtree);
|
|
|
| void addClassToInvalidationSet(const AtomicString& className, Element&);
|
|
|
|
|