Index: Source/core/css/RuleFeature.h |
diff --git a/Source/core/css/RuleFeature.h b/Source/core/css/RuleFeature.h |
index e5bdb0056250dcbec7886142efabdae73c67a139..41636bc1b4812b23912d2b9b96f10400fc27eb4a 100644 |
--- a/Source/core/css/RuleFeature.h |
+++ b/Source/core/css/RuleFeature.h |
@@ -148,6 +148,7 @@ private: |
: customPseudoElement(false) |
, treeBoundaryCrossing(false) |
, adjacent(false) |
+ , insertionPointCrossing(false) |
{ } |
Vector<AtomicString> classes; |
Vector<AtomicString> attributes; |
@@ -156,6 +157,7 @@ private: |
bool customPseudoElement; |
bool treeBoundaryCrossing; |
bool adjacent; |
+ bool insertionPointCrossing; |
}; |
static void extractInvalidationSetFeature(const CSSSelector&, InvalidationSetFeatures&); |