| Index: Source/WebKit/chromium/src/WebWorkerClientImpl.h
|
| diff --git a/Source/WebKit/chromium/src/WebWorkerClientImpl.h b/Source/WebKit/chromium/src/WebWorkerClientImpl.h
|
| index e155e444f870d585f70dca900d4066c0d0284b85..42a9668ffbecdd8a5d4f48e571487f0577e02a16 100644
|
| --- a/Source/WebKit/chromium/src/WebWorkerClientImpl.h
|
| +++ b/Source/WebKit/chromium/src/WebWorkerClientImpl.h
|
| @@ -31,11 +31,11 @@
|
| #ifndef WebWorkerClientImpl_h
|
| #define WebWorkerClientImpl_h
|
|
|
| -#include "ScriptExecutionContext.h"
|
| #include "WorkerContextProxy.h"
|
| #include "WorkerLoaderProxy.h"
|
| #include "WorkerMessagingProxy.h"
|
| #include "WorkerObjectProxy.h"
|
| +#include "core/dom/ScriptExecutionContext.h"
|
|
|
| #include "WebWorkerBase.h"
|
| #include <public/WebFileSystem.h>
|
|
|