| Index: third_party/WebKit/Source/core/dom/IntersectionObserverController.h
|
| diff --git a/third_party/WebKit/Source/core/dom/IntersectionObserverController.h b/third_party/WebKit/Source/core/dom/IntersectionObserverController.h
|
| index 36fbc1fa204a07fb702863f2b768799223da8bc7..59e994b2fc88e1d9e53f51bac4e46e1cba6949e4 100644
|
| --- a/third_party/WebKit/Source/core/dom/IntersectionObserverController.h
|
| +++ b/third_party/WebKit/Source/core/dom/IntersectionObserverController.h
|
| @@ -43,7 +43,8 @@ class IntersectionObserverController
|
| private:
|
| // IntersectionObservers for which this is the tracking document.
|
| HeapHashSet<WeakMember<IntersectionObserver>> m_trackedIntersectionObservers;
|
| - // IntersectionObservers for which this is the execution context of the callback.
|
| + // IntersectionObservers for which this is the execution context of the
|
| + // callback.
|
| HeapHashSet<Member<IntersectionObserver>> m_pendingIntersectionObservers;
|
| WTF::WeakPtrFactory<IntersectionObserverController> m_weakPtrFactory;
|
|
|
|
|