| Index: third_party/WebKit/Source/core/dom/IntersectionObserver.h
|
| diff --git a/third_party/WebKit/Source/core/dom/IntersectionObserver.h b/third_party/WebKit/Source/core/dom/IntersectionObserver.h
|
| index b0401295d58c7000f1609b4b2ea1aae846932f35..894652eacf2979976ccdc33440b5b67164b63c1c 100644
|
| --- a/third_party/WebKit/Source/core/dom/IntersectionObserver.h
|
| +++ b/third_party/WebKit/Source/core/dom/IntersectionObserver.h
|
| @@ -87,7 +87,6 @@ class CORE_EXPORT IntersectionObserver final
|
| void enqueueIntersectionObserverEntry(IntersectionObserverEntry&);
|
| unsigned firstThresholdGreaterThan(float ratio) const;
|
| void deliver();
|
| - void removeObservation(IntersectionObservation&);
|
| bool hasEntries() const { return m_entries.size(); }
|
| const HeapLinkedHashSet<WeakMember<IntersectionObservation>>& observations()
|
| const {
|
|
|