| Index: third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp
|
| index 6e003a40858ca528843b9091e7dd51c6d1444a15..82994663cc94ac0747d9b09fe8004de1d548fed0 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "bindings/core/v8/ScriptStreamerThread.h"
|
|
|
| +#include <memory>
|
| #include "bindings/core/v8/ScriptStreamer.h"
|
| #include "core/inspector/InspectorTraceEvents.h"
|
| #include "platform/WebTaskRunner.h"
|
| @@ -11,7 +12,6 @@
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebTraceLocation.h"
|
| #include "wtf/PtrUtil.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|