| Index: third_party/WebKit/Source/core/dom/ElementIntersectionObserverData.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ElementIntersectionObserverData.cpp b/third_party/WebKit/Source/core/dom/ElementIntersectionObserverData.cpp
|
| index f326dbd42d22417f645ad10a5d14d75eb7c22df4..4d667c4f34b26a28ab4e134b7d117e04861b8161 100644
|
| --- a/third_party/WebKit/Source/core/dom/ElementIntersectionObserverData.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ElementIntersectionObserverData.cpp
|
| @@ -28,7 +28,7 @@ void ElementIntersectionObserverData::addObserver(
|
|
|
| void ElementIntersectionObserverData::removeObserver(
|
| IntersectionObserver& observer) {
|
| - m_intersectionObservers.remove(&observer);
|
| + m_intersectionObservers.erase(&observer);
|
| }
|
|
|
| void ElementIntersectionObserverData::addObservation(
|
|
|