| 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 fe4bb867083354e71b07927c6b454e5d54830c2c..a481237ed15c40dccdeee9ecd16fa2436c7c90dd 100644
|
| --- a/third_party/WebKit/Source/core/dom/IntersectionObserverController.h
|
| +++ b/third_party/WebKit/Source/core/dom/IntersectionObserverController.h
|
| @@ -22,7 +22,7 @@ public:
|
| void deliverIntersectionObservations(Timer<IntersectionObserverController>*);
|
| void computeTrackedIntersectionObservations();
|
| void addTrackedObserver(IntersectionObserver&);
|
| - void removeTrackedObserversForRoot(const Element&);
|
| + void removeTrackedObserversForRoot(const Node&);
|
|
|
| DECLARE_TRACE();
|
|
|
|
|