| Index: third_party/WebKit/Source/core/dom/ScriptedAnimationController.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ScriptedAnimationController.cpp b/third_party/WebKit/Source/core/dom/ScriptedAnimationController.cpp
|
| index 94d0ad9fb2e4e2fc57455a23c4ddbf30e0eb85d2..0aa62c5c344a64fd1631c4f1ed5c3e6b81a60f85 100644
|
| --- a/third_party/WebKit/Source/core/dom/ScriptedAnimationController.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ScriptedAnimationController.cpp
|
| @@ -66,7 +66,7 @@ void ScriptedAnimationController::suspend()
|
|
|
| void ScriptedAnimationController::resume()
|
| {
|
| - // It would be nice to put an ASSERT(m_suspendCount > 0) here, but in WK1 resume() can be called
|
| + // It would be nice to put an DCHECK(m_suspendCount > 0) here, but in WK1 resume() can be called
|
| // even when suspend hasn't (if a tab was created in the background).
|
| if (m_suspendCount > 0)
|
| --m_suspendCount;
|
|
|