| 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 c01b9997fd3c7a10778e6a8bb37931bc91a89541..b2398956746ffccd14b5c0aac804c3b413aba49e 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.cpp
|
| @@ -34,7 +34,6 @@
|
| #include "core/dom/ScriptLoader.h"
|
| #include "core/dom/TaskRunnerHelper.h"
|
| #include "core/events/Event.h"
|
| -#include "core/fetch/MemoryCache.h"
|
| #include "core/frame/LocalFrame.h"
|
| #include "core/html/parser/HTMLInputStream.h"
|
| #include "core/html/parser/HTMLParserScriptRunnerHost.h"
|
| @@ -44,6 +43,7 @@
|
| #include "platform/WebFrameScheduler.h"
|
| #include "platform/instrumentation/tracing/TraceEvent.h"
|
| #include "platform/instrumentation/tracing/TracedValue.h"
|
| +#include "platform/loader/fetch/MemoryCache.h"
|
| #include "public/platform/Platform.h"
|
| #include <inttypes.h>
|
| #include <memory>
|
|
|