| Index: Source/core/workers/SharedWorkerContext.h
|
| diff --git a/Source/core/workers/SharedWorkerContext.h b/Source/core/workers/SharedWorkerContext.h
|
| index 1cf86737be3c16998f2d9c6deb073b9a9ca59154..b43f6ea9a510e054f95c972ca8eea012d383e6fd 100644
|
| --- a/Source/core/workers/SharedWorkerContext.h
|
| +++ b/Source/core/workers/SharedWorkerContext.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef SharedWorkerContext_h
|
| #define SharedWorkerContext_h
|
|
|
| -#include "WorkerContext.h"
|
| #include "core/page/ContentSecurityPolicy.h"
|
| +#include "core/workers/WorkerContext.h"
|
|
|
| namespace WebCore {
|
|
|
|
|