| Index: third_party/WebKit/Source/core/workers/WorkerThread.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerThread.cpp b/third_party/WebKit/Source/core/workers/WorkerThread.cpp
|
| index 561d7c477deb403346534c0ea2f319bd17e146e2..9f40fde208f9172ca30a122d889456f96112f51a 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerThread.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerThread.cpp
|
| @@ -28,7 +28,6 @@
|
|
|
| #include <limits.h>
|
| #include <memory>
|
| -#include "bindings/core/v8/Microtask.h"
|
| #include "bindings/core/v8/ScriptSourceCode.h"
|
| #include "bindings/core/v8/WorkerOrWorkletScriptController.h"
|
| #include "core/dom/TaskRunnerHelper.h"
|
| @@ -48,6 +47,7 @@
|
| #include "platform/Histogram.h"
|
| #include "platform/WaitableEvent.h"
|
| #include "platform/WebThreadSupportingGC.h"
|
| +#include "platform/bindings/Microtask.h"
|
| #include "platform/heap/SafePoint.h"
|
| #include "platform/heap/ThreadState.h"
|
| #include "platform/scheduler/child/webthread_impl_for_worker_scheduler.h"
|
|
|