| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index 89243ae44e0f0d6fdc3f2e52f1aa1c95960143b5..c2edfa0a8c872edc95a6eb47efe3c9a4f7ea8526 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -136,7 +136,6 @@
|
| class MediaQueryListListener;
|
| class MediaQueryMatcher;
|
| class NodeFilter;
|
| -class NodeIntersectionObserverData;
|
| class NodeIterator;
|
| class NthIndexCache;
|
| class OriginAccessEntry;
|
| @@ -690,7 +689,6 @@
|
|
|
| IntersectionObserverController* intersectionObserverController();
|
| IntersectionObserverController& ensureIntersectionObserverController();
|
| - NodeIntersectionObserverData& ensureIntersectionObserverData();
|
|
|
| void updateViewportDescription();
|
| void processReferrerPolicy(const String& policy);
|
| @@ -1407,7 +1405,6 @@
|
| PersistentWillBeMember<CanvasFontCache> m_canvasFontCache;
|
|
|
| PersistentWillBeMember<IntersectionObserverController> m_intersectionObserverController;
|
| - PersistentWillBeMember<NodeIntersectionObserverData> m_intersectionObserverData;
|
|
|
| int m_nodeCount;
|
| };
|
|
|