| Index: third_party/WebKit/Source/core/workers/WorkerThread.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerThread.h b/third_party/WebKit/Source/core/workers/WorkerThread.h
|
| index e7a8629e66aee570fea13ab1012268faffeafb6f..1b660aa9e8a1a68625426fbdcd64fd3e16009138 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerThread.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerThread.h
|
| @@ -27,6 +27,8 @@
|
| #ifndef WorkerThread_h
|
| #define WorkerThread_h
|
|
|
| +#include <v8.h>
|
| +#include <memory>
|
| #include "core/CoreExport.h"
|
| #include "core/frame/csp/ContentSecurityPolicy.h"
|
| #include "core/workers/ParentFrameTaskRunners.h"
|
| @@ -39,8 +41,6 @@
|
| #include "wtf/Forward.h"
|
| #include "wtf/Functional.h"
|
| #include "wtf/PassRefPtr.h"
|
| -#include <memory>
|
| -#include <v8.h>
|
|
|
| namespace blink {
|
|
|
|
|