| Index: third_party/WebKit/Source/core/dom/FrameRequestCallbackCollection.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/FrameRequestCallbackCollection.cpp b/third_party/WebKit/Source/core/dom/FrameRequestCallbackCollection.cpp
|
| index d716fd9e1768fb0e610b04a1ff823746eea75964..de5dfc5e4d5a8cd8890ead45db7065ddc88f919e 100644
|
| --- a/third_party/WebKit/Source/core/dom/FrameRequestCallbackCollection.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/FrameRequestCallbackCollection.cpp
|
| @@ -55,7 +55,7 @@ void FrameRequestCallbackCollection::executeCallbacks(double highResNowMs, doubl
|
| {
|
| // First, generate a list of callbacks to consider. Callbacks registered from this point
|
| // on are considered only for the "next" frame, not this one.
|
| - ASSERT(m_callbacksToInvoke.isEmpty());
|
| + DCHECK(m_callbacksToInvoke.isEmpty());
|
| m_callbacksToInvoke.swap(m_callbacks);
|
|
|
| for (size_t i = 0; i < m_callbacksToInvoke.size(); ++i) {
|
|
|