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