| Index: third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.cpp b/third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.cpp
|
| index 8250b1971f864ab7555d4ddd1dd9fe0198040252..7b315ff38b408523db56064fcea26c0fc00e5428 100644
|
| --- a/third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.cpp
|
| @@ -32,7 +32,6 @@
|
|
|
| #include <memory>
|
| #include "bindings/core/v8/ExceptionState.h"
|
| -#include "bindings/core/v8/ScriptState.h"
|
| #include "bindings/core/v8/SerializedScriptValue.h"
|
| #include "core/dom/ExecutionContext.h"
|
| #include "core/frame/csp/ContentSecurityPolicy.h"
|
| @@ -41,6 +40,7 @@
|
| #include "core/workers/InProcessWorkerObjectProxy.h"
|
| #include "core/workers/WorkerClients.h"
|
| #include "core/workers/WorkerThreadStartupData.h"
|
| +#include "platform/bindings/ScriptState.h"
|
|
|
| namespace blink {
|
|
|
|
|