Index: third_party/WebKit/Source/core/html/parser/HTMLScriptRunner.cpp |
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLScriptRunner.cpp b/third_party/WebKit/Source/core/html/parser/HTMLScriptRunner.cpp |
index e7ac7452a0f5149c4ac9581d9eb87f3c75bd1c54..486d24313aa2729e2c26b01df22ababfdc867395 100644 |
--- a/third_party/WebKit/Source/core/html/parser/HTMLScriptRunner.cpp |
+++ b/third_party/WebKit/Source/core/html/parser/HTMLScriptRunner.cpp |
@@ -25,12 +25,12 @@ |
#include "core/html/parser/HTMLScriptRunner.h" |
+#include "bindings/core/v8/Microtask.h" |
#include "bindings/core/v8/ScriptSourceCode.h" |
#include "bindings/core/v8/V8PerIsolateData.h" |
#include "core/dom/Element.h" |
#include "core/events/Event.h" |
#include "core/dom/IgnoreDestructiveWriteCountIncrementer.h" |
-#include "core/dom/Microtask.h" |
#include "core/dom/ScriptLoader.h" |
#include "core/fetch/ScriptResource.h" |
#include "core/frame/LocalFrame.h" |