| 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 54914509b34059fbe9d9cf635587ba531c73aa6b..62b3b90d29cc4ef6c4556ac7710e5f7b09b47938 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp
|
| @@ -5,7 +5,7 @@
|
| #include "bindings/core/v8/ScriptStreamerThread.h"
|
|
|
| #include <memory>
|
| -#include "bindings/core/v8/ScriptStreamer.h"
|
| +#include "bindings/core/v8/ScriptStreamerImpl.h"
|
| #include "core/inspector/InspectorTraceEvents.h"
|
| #include "platform/WebTaskRunner.h"
|
| #include "platform/instrumentation/tracing/TraceEvent.h"
|
| @@ -59,7 +59,7 @@ WebThread& ScriptStreamerThread::PlatformThread() {
|
|
|
| void ScriptStreamerThread::RunScriptStreamingTask(
|
| std::unique_ptr<v8::ScriptCompiler::ScriptStreamingTask> task,
|
| - ScriptStreamer* streamer) {
|
| + ScriptStreamerImpl* streamer) {
|
| TRACE_EVENT1(
|
| "v8,devtools.timeline", "v8.parseOnBackground", "data",
|
| InspectorParseScriptEvent::Data(streamer->ScriptResourceIdentifier(),
|
|
|