| Index: third_party/WebKit/Source/core/dom/ExecutionContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ExecutionContext.cpp b/third_party/WebKit/Source/core/dom/ExecutionContext.cpp
|
| index cf518f5920ffa26b5ecb64749fd46a837c100ede..f985dcfaeb25577a58eb9104c6ff55e6797da231 100644
|
| --- a/third_party/WebKit/Source/core/dom/ExecutionContext.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ExecutionContext.cpp
|
| @@ -85,7 +85,7 @@ void ExecutionContext::suspendActiveDOMObjects()
|
|
|
| void ExecutionContext::resumeActiveDOMObjects()
|
| {
|
| - DCHECK(m_activeDOMObjectsAreSuspended);
|
| + // DCHECK(m_activeDOMObjectsAreSuspended);
|
| m_activeDOMObjectsAreSuspended = false;
|
| notifyResumingActiveDOMObjects();
|
| }
|
|
|