Index: third_party/WebKit/Source/core/dom/IntersectionObserverController.h |
diff --git a/third_party/WebKit/Source/core/dom/IntersectionObserverController.h b/third_party/WebKit/Source/core/dom/IntersectionObserverController.h |
index 8bde0c93bfd39153b569fbc391a03dca36114cb8..e75ede9f1c503550bfd6156a045a731649512be9 100644 |
--- a/third_party/WebKit/Source/core/dom/IntersectionObserverController.h |
+++ b/third_party/WebKit/Source/core/dom/IntersectionObserverController.h |
@@ -28,7 +28,7 @@ public: |
void deliverIntersectionObservations(Timer<IntersectionObserverController>*); |
void computeTrackedIntersectionObservations(); |
void addTrackedObserver(IntersectionObserver&); |
- void removeTrackedObserversForRoot(const Element&); |
+ void removeTrackedObserversForRoot(const Node&); |
DECLARE_TRACE(); |