| Index: third_party/WebKit/Source/core/dom/IntersectionObserverController.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/IntersectionObserverController.cpp b/third_party/WebKit/Source/core/dom/IntersectionObserverController.cpp
|
| index 3bdf81d4ab37457f04fd3cedd7c2beaf1b3cf774..f2b5866415c6c419be787c827f478348ab877ffa 100644
|
| --- a/third_party/WebKit/Source/core/dom/IntersectionObserverController.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/IntersectionObserverController.cpp
|
| @@ -53,7 +53,7 @@ void IntersectionObserverController::resume()
|
|
|
| void IntersectionObserverController::handleEvent(IdleDeadline*)
|
| {
|
| - ASSERT(m_callbackID);
|
| + DCHECK(m_callbackID);
|
| m_callbackID = 0;
|
| deliverIntersectionObservations();
|
| }
|
|
|