| 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 94ddb68f75940c4d201e185e239461a5369137cf..7e33a5226b9b43aa7f9064232169ab201e369884 100644
|
| --- a/third_party/WebKit/Source/core/dom/ActiveDOMObject.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ActiveDOMObject.cpp
|
| @@ -66,11 +66,6 @@ void ActiveDOMObject::resume() {}
|
| void ActiveDOMObject::didMoveToNewExecutionContext(ExecutionContext* context) {
|
| setContext(context);
|
|
|
| - if (context->activeDOMObjectsAreStopped()) {
|
| - contextDestroyed();
|
| - return;
|
| - }
|
| -
|
| if (context->activeDOMObjectsAreSuspended()) {
|
| suspend();
|
| return;
|
|
|