summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/workers/WorkerThread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/Source/core/workers/WorkerThread.cpp')
-rw-r--r--third_party/WebKit/Source/core/workers/WorkerThread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/Source/core/workers/WorkerThread.cpp b/third_party/WebKit/Source/core/workers/WorkerThread.cpp
index 9a6f109..c3eb7a7 100644
--- a/third_party/WebKit/Source/core/workers/WorkerThread.cpp
+++ b/third_party/WebKit/Source/core/workers/WorkerThread.cpp
@@ -26,11 +26,11 @@
#include "core/workers/WorkerThread.h"
+#include "bindings/core/v8/Microtask.h"
#include "bindings/core/v8/ScriptSourceCode.h"
#include "bindings/core/v8/V8GCController.h"
#include "bindings/core/v8/V8IdleTaskRunner.h"
#include "bindings/core/v8/V8Initializer.h"
-#include "core/dom/Microtask.h"
#include "core/inspector/InspectorInstrumentation.h"
#include "core/inspector/InspectorTaskRunner.h"
#include "core/workers/DedicatedWorkerGlobalScope.h"