| Index: third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp
|
| index d737f8d3800a082fc0ba7e9c1b76b0a19ed8da33..1ed3e487bb46a19624f0d2f13a698dd59c4251da 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp
|
| @@ -9,7 +9,6 @@
|
| #include "core/dom/Document.h"
|
| #include "core/dom/Element.h"
|
| #include "core/dom/PendingScript.h"
|
| -#include "core/fetch/CachedMetadata.h"
|
| #include "core/frame/Settings.h"
|
| #include "core/html/parser/TextResourceDecoder.h"
|
| #include "core/loader/resource/ScriptResource.h"
|
| @@ -17,6 +16,7 @@
|
| #include "platform/Histogram.h"
|
| #include "platform/SharedBuffer.h"
|
| #include "platform/instrumentation/tracing/TraceEvent.h"
|
| +#include "platform/loader/fetch/CachedMetadata.h"
|
| #include "public/platform/WebScheduler.h"
|
| #include "wtf/Deque.h"
|
| #include "wtf/PtrUtil.h"
|
|
|