| Index: third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.cpp b/third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.cpp
|
| index 1b94d33abc3e4bea927f444a3324cf0fb77a475e..d0e7546c8d8e73cea30646d79cac4c9121f0c33b 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.cpp
|
| @@ -36,10 +36,9 @@
|
| #include "core/dom/DocumentParserTiming.h"
|
| #include "core/dom/Element.h"
|
| #include "core/dom/IgnoreDestructiveWriteCountIncrementer.h"
|
| +#include "core/dom/ModulePendingScript.h"
|
| #include "core/dom/ScriptLoader.h"
|
| -#include "core/dom/TaskRunnerHelper.h"
|
| #include "core/events/Event.h"
|
| -#include "core/frame/LocalFrame.h"
|
| #include "core/html/parser/HTMLInputStream.h"
|
| #include "core/html/parser/HTMLParserScriptRunnerHost.h"
|
| #include "core/html/parser/NestingLevelIncrementer.h"
|
|
|