| 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 067dba5257faec88e2bf47741c233d00529fe4fe..f2278a1cae077f4fdc87d772de171badff371996 100644
|
| --- a/third_party/WebKit/Source/core/dom/IntersectionObserver.h
|
| +++ b/third_party/WebKit/Source/core/dom/IntersectionObserver.h
|
| @@ -63,7 +63,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;
|
|
|