| Index: third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.cpp b/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.cpp
|
| index 31958e2537f209addfbd682fa782607957661a15..55ce233c7ed5a419c7dcf8396a0232c1e0d63acb 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.cpp
|
| @@ -40,7 +40,7 @@ bool VoidCallbackFunctionInterfaceArg::call(ScriptWrappable* scriptWrappable, HT
|
|
|
| ExecutionContext* context = m_scriptState->getExecutionContext();
|
| DCHECK(context);
|
| - if (context->activeDOMObjectsAreSuspended() || context->isContextDestroyed())
|
| + if (context->isContextSuspended() || context->isContextDestroyed())
|
| return false;
|
|
|
| if (m_callback.isEmpty())
|
|
|