| Index: third_party/WebKit/Source/core/css/RuleFeature.h
|
| diff --git a/third_party/WebKit/Source/core/css/RuleFeature.h b/third_party/WebKit/Source/core/css/RuleFeature.h
|
| index 8f39286a5ece8e6136e7755a3f8d5b3f430ba88c..77502aa9796e101c7ba26419dc8613487996944e 100644
|
| --- a/third_party/WebKit/Source/core/css/RuleFeature.h
|
| +++ b/third_party/WebKit/Source/core/css/RuleFeature.h
|
| @@ -145,6 +145,7 @@ private:
|
| bool insertionPointCrossing = false;
|
| bool forceSubtree = false;
|
| bool contentPseudoCrossing = false;
|
| + bool invalidatesSlotted = false;
|
| };
|
|
|
| static bool extractInvalidationSetFeature(const CSSSelector&, InvalidationSetFeatures&);
|
|
|