| 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 89936583ed0b057bffa4c3a7ea11e954084eec2f..e1fd8738569111be161f7b9af1fb64b49d1fd919 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"
|
|
|