| Index: third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| index 275b02450e5101f351596f9621d0ea5f49f69922..3223a4df6051a6ce08f4accc15438a6e2a9f0a8e 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| @@ -31,10 +31,10 @@
|
| #include "bindings/core/v8/ScriptSourceCode.h"
|
| #include "bindings/core/v8/SourceLocation.h"
|
| #include "bindings/core/v8/V8AbstractEventListener.h"
|
| -#include "core/dom/ActiveDOMObject.h"
|
| #include "core/dom/ContextLifecycleNotifier.h"
|
| #include "core/dom/ExceptionCode.h"
|
| #include "core/dom/ExecutionContextTask.h"
|
| +#include "core/dom/SuspendableObject.h"
|
| #include "core/events/ErrorEvent.h"
|
| #include "core/events/Event.h"
|
| #include "core/fetch/MemoryCache.h"
|
|
|