| Index: third_party/WebKit/Source/core/dom/IntersectionObserver.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/IntersectionObserver.cpp b/third_party/WebKit/Source/core/dom/IntersectionObserver.cpp
|
| index 385b164093db9c77eeddc2b4899394f96c9ba7cd..2d99fbf4a37dd22a24b68df84dfdb15c7532640d 100644
|
| --- a/third_party/WebKit/Source/core/dom/IntersectionObserver.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/IntersectionObserver.cpp
|
| @@ -157,7 +157,7 @@ IntersectionObserver::IntersectionObserver(IntersectionObserverCallback& callbac
|
| #if ENABLE(OILPAN)
|
| void IntersectionObserver::clearWeakMembers(Visitor* visitor)
|
| {
|
| - if (Heap::isHeapObjectAlive(m_root))
|
| + if (ThreadHeap::isHeapObjectAlive(m_root))
|
| return;
|
| disconnect();
|
| m_root = nullptr;
|
|
|