| Index: Source/core/css/RuleFeature.h
|
| diff --git a/Source/core/css/RuleFeature.h b/Source/core/css/RuleFeature.h
|
| index bed17a70747a06bfc5c895de386d0dab0fa318ba..e28a508152ed77e55fd615667b224d4ee68c97f8 100644
|
| --- a/Source/core/css/RuleFeature.h
|
| +++ b/Source/core/css/RuleFeature.h
|
| @@ -147,7 +147,7 @@ private:
|
| InvalidationSetFeatures()
|
| : customPseudoElement(false)
|
| , treeBoundaryCrossing(false)
|
| - , wholeSubtree(false)
|
| + , adjacent(false)
|
| { }
|
| Vector<AtomicString> classes;
|
| Vector<AtomicString> attributes;
|
| @@ -155,7 +155,7 @@ private:
|
| AtomicString tagName;
|
| bool customPseudoElement;
|
| bool treeBoundaryCrossing;
|
| - bool wholeSubtree;
|
| + bool adjacent;
|
| };
|
|
|
| static void extractInvalidationSetFeature(const CSSSelector&, InvalidationSetFeatures&);
|
|
|