| Index: third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp
|
| diff --git a/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp b/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp
|
| index 6145f8a4e3156521c9f2a36ce874970f7a4412dc..4fe999f17e4acbcfa44783c22b92a3380a0c1c37 100644
|
| --- a/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp
|
| +++ b/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp
|
| @@ -198,7 +198,7 @@ void SuspendableScriptExecutor::fired() {
|
| void SuspendableScriptExecutor::run() {
|
| ExecutionContext* context = getExecutionContext();
|
| DCHECK(context);
|
| - if (!context->activeDOMObjectsAreSuspended()) {
|
| + if (!context->isContextSuspended()) {
|
| suspendIfNeeded();
|
| executeAndDestroySelf();
|
| return;
|
|
|