| Index: third_party/WebKit/Source/core/dom/SuspendableObject.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/SuspendableObject.cpp b/third_party/WebKit/Source/core/dom/SuspendableObject.cpp
|
| index 5338ffd53d1b129ee307f1e176364a3c30671e35..e2f9b863ad86709a25cf472818027223f0047b98 100644
|
| --- a/third_party/WebKit/Source/core/dom/SuspendableObject.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/SuspendableObject.cpp
|
| @@ -74,7 +74,7 @@ void SuspendableObject::didMoveToNewExecutionContext(
|
| return;
|
| }
|
|
|
| - if (context->activeDOMObjectsAreSuspended()) {
|
| + if (context->isContextSuspended()) {
|
| suspend();
|
| return;
|
| }
|
|
|