| Index: third_party/WebKit/Source/core/frame/DOMTimer.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/DOMTimer.cpp b/third_party/WebKit/Source/core/frame/DOMTimer.cpp
|
| index e527576461c0599bedf7597e79de672dd7f5ce41..40d6a6c3a2f4c1a332c69fbc68db3fd8faae7e65 100644
|
| --- a/third_party/WebKit/Source/core/frame/DOMTimer.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/DOMTimer.cpp
|
| @@ -133,7 +133,7 @@ void DOMTimer::ContextDestroyed(ExecutionContext*) {
|
|
|
| void DOMTimer::Fired() {
|
| ExecutionContext* context = GetExecutionContext();
|
| - ASSERT(context);
|
| + DCHECK(context);
|
| context->Timers()->SetTimerNestingLevel(nesting_level_);
|
| DCHECK(!context->IsContextSuspended());
|
| // Only the first execution of a multi-shot timer should get an affirmative
|
|
|