| Index: third_party/WebKit/Source/core/dom/IntersectionObserverController.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/IntersectionObserverController.cpp b/third_party/WebKit/Source/core/dom/IntersectionObserverController.cpp
|
| index 1f079f528da846f15630d2cdc5356d06bc851fc2..125c67f46875669c15fe22ff3f0af6a6ec3734f1 100644
|
| --- a/third_party/WebKit/Source/core/dom/IntersectionObserverController.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/IntersectionObserverController.cpp
|
| @@ -85,9 +85,9 @@ void IntersectionObserverController::removeTrackedObserversForRoot(const Element
|
|
|
| DEFINE_TRACE(IntersectionObserverController)
|
| {
|
| - ActiveDOMObject::trace(visitor);
|
| visitor->trace(m_trackedIntersectionObservers);
|
| visitor->trace(m_pendingIntersectionObservers);
|
| + ActiveDOMObject::trace(visitor);
|
| }
|
|
|
| } // namespace blink
|
|
|