| Index: Source/WebKit/chromium/src/WebSharedWorkerImpl.h
|
| diff --git a/Source/WebKit/chromium/src/WebSharedWorkerImpl.h b/Source/WebKit/chromium/src/WebSharedWorkerImpl.h
|
| index bed10c93d1cf281e458a62d71acbf5e337ddbe76..7eebbacefc28012391680b5d8b8423bca14507b9 100644
|
| --- a/Source/WebKit/chromium/src/WebSharedWorkerImpl.h
|
| +++ b/Source/WebKit/chromium/src/WebSharedWorkerImpl.h
|
| @@ -33,7 +33,6 @@
|
|
|
| #include "WebSharedWorker.h"
|
|
|
| -#include "ScriptExecutionContext.h"
|
| #include "WebCommonWorkerClient.h"
|
| #include "WebContentSecurityPolicy.h"
|
| #include "WebFrameClient.h"
|
| @@ -42,6 +41,7 @@
|
| #include "WorkerLoaderProxy.h"
|
| #include "WorkerObjectProxy.h"
|
| #include "WorkerThread.h"
|
| +#include "core/dom/ScriptExecutionContext.h"
|
| #include <wtf/PassOwnPtr.h>
|
| #include <wtf/RefPtr.h>
|
|
|
|
|