| 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 8b1efffb4a9e078eaaa62b443aa67d4a4af7153d..de9fc6d19f8a70d1b84a5f14d361a6fb26041ca9 100644
|
| --- a/third_party/WebKit/Source/core/dom/IntersectionObserver.h
|
| +++ b/third_party/WebKit/Source/core/dom/IntersectionObserver.h
|
| @@ -60,7 +60,7 @@ private:
|
| #endif
|
|
|
| Member<IntersectionObserverCallback> m_callback;
|
| - WeakPtrWillBeWeakMember<Node> m_root;
|
| + WeakMember<Node> m_root;
|
| HeapHashSet<WeakMember<IntersectionObservation>> m_observations;
|
| HeapVector<Member<IntersectionObserverEntry>> m_entries;
|
| Vector<float> m_thresholds;
|
|
|