| Index: third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.cpp b/third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.cpp
|
| index 7332d11ff98aa5c94d715d2843993c3579fbbe2f..33bb9ee60e0b5baeed92b3c6ec4543a2cbd86565 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.cpp
|
| @@ -39,7 +39,7 @@ bool LongCallbackFunction::call(ScriptWrappable* scriptWrappable, int num1, int
|
|
|
| ExecutionContext* context = m_scriptState->getExecutionContext();
|
| DCHECK(context);
|
| - if (context->activeDOMObjectsAreSuspended() || context->isContextDestroyed())
|
| + if (context->isContextSuspended() || context->isContextDestroyed())
|
| return false;
|
|
|
| if (m_callback.isEmpty())
|
|
|