Index: Source/core/dom/Node.h |
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
index dc0b0f822e42ab36d19932514ce099a62915f44f..b48559092e4efe64cf3f60b61ce61113dce64d32 100644 |
--- a/Source/core/dom/Node.h |
+++ b/Source/core/dom/Node.h |
@@ -667,6 +667,8 @@ public: |
bool isFinishedParsingChildren() const { return getFlag(IsFinishedParsingChildrenFlag); } |
+ virtual bool hasIntersectionObserver() const { return false; } |
+ |
DECLARE_VIRTUAL_TRACE(); |
unsigned lengthOfContents() const; |