| Index: third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunction.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunction.cpp b/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunction.cpp
|
| index 8af8e078a7a96c633ccdceec08ff4dfef3ac0d97..0ac97311f31812cc526b1cde12a3e67804ebb06a 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunction.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunction.cpp
|
| @@ -39,7 +39,7 @@ bool VoidCallbackFunction::call(ScriptWrappable* scriptWrappable) {
|
|
|
| ExecutionContext* context = m_scriptState->getExecutionContext();
|
| DCHECK(context);
|
| - if (context->activeDOMObjectsAreSuspended() || context->isContextDestroyed())
|
| + if (context->isContextSuspended() || context->isContextDestroyed())
|
| return false;
|
|
|
| if (m_callback.isEmpty())
|
|
|