| Index: third_party/WebKit/Source/core/dom/ElementIntersectionObserverData.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ElementIntersectionObserverData.cpp b/third_party/WebKit/Source/core/dom/ElementIntersectionObserverData.cpp
|
| index ff76561d108f5432782ddc8e31edde18daa8eee8..d7b55909112f4058549be17e3f2c087aa877eb1f 100644
|
| --- a/third_party/WebKit/Source/core/dom/ElementIntersectionObserverData.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ElementIntersectionObserverData.cpp
|
| @@ -33,8 +33,9 @@ void ElementIntersectionObserverData::removeObserver(
|
|
|
| void ElementIntersectionObserverData::addObservation(
|
| IntersectionObservation& observation) {
|
| + DCHECK(observation.observer());
|
| m_intersectionObservations.add(
|
| - TraceWrapperMember<IntersectionObserver>(this, &observation.observer()),
|
| + TraceWrapperMember<IntersectionObserver>(this, observation.observer()),
|
| &observation);
|
| }
|
|
|
|
|