| Index: Source/core/workers/WorkerThread.h
|
| diff --git a/Source/core/workers/WorkerThread.h b/Source/core/workers/WorkerThread.h
|
| index 37adb36db87fdd6646365da220c19d870e65668f..a5ce572ace5d16e3ce430a44c2013e06896fec24 100644
|
| --- a/Source/core/workers/WorkerThread.h
|
| +++ b/Source/core/workers/WorkerThread.h
|
| @@ -27,10 +27,10 @@
|
| #ifndef WorkerThread_h
|
| #define WorkerThread_h
|
|
|
| -#include "WorkerRunLoop.h"
|
| #include "core/page/ContentSecurityPolicy.h"
|
| #include "core/page/GroupSettings.h"
|
| #include "core/page/SecurityOrigin.h"
|
| +#include "core/workers/WorkerRunLoop.h"
|
| #include <wtf/Forward.h>
|
| #include <wtf/OwnPtr.h>
|
| #include <wtf/PassRefPtr.h>
|
|
|