| Index: third_party/WebKit/Source/core/dom/ActiveDOMObject.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ActiveDOMObject.cpp b/third_party/WebKit/Source/core/dom/ActiveDOMObject.cpp
|
| index fdab8d3e9e8fca6b380e5cade6a764ebbdb571e5..7921c5c7a760cc11d64fcf300c87ba4fe3686aa9 100644
|
| --- a/third_party/WebKit/Source/core/dom/ActiveDOMObject.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ActiveDOMObject.cpp
|
| @@ -66,7 +66,7 @@ void ActiveDOMObject::resume() {}
|
| void ActiveDOMObject::didMoveToNewExecutionContext(ExecutionContext* context) {
|
| setContext(context);
|
|
|
| - if (context->activeDOMObjectsAreStopped()) {
|
| + if (context->isContextDestroyed()) {
|
| contextDestroyed();
|
| return;
|
| }
|
|
|