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