| Index: third_party/WebKit/Source/core/inspector/WorkerInspectorController.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/WorkerInspectorController.cpp b/third_party/WebKit/Source/core/inspector/WorkerInspectorController.cpp
|
| index cd95a9de136375e0b057037ebf88008efecd31b1..81651ef13218c9dfa1cac56af959c3712d35f3eb 100644
|
| --- a/third_party/WebKit/Source/core/inspector/WorkerInspectorController.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/WorkerInspectorController.cpp
|
| @@ -30,12 +30,12 @@
|
|
|
| #include "core/inspector/WorkerInspectorController.h"
|
|
|
| -#include "core/InspectorInstrumentationAgents.h"
|
| -#include "core/inspector/InspectorInstrumentation.h"
|
| +#include "core/CoreProbeSink.h"
|
| #include "core/inspector/InspectorLogAgent.h"
|
| #include "core/inspector/InspectorTraceEvents.h"
|
| #include "core/inspector/WorkerThreadDebugger.h"
|
| #include "core/inspector/protocol/Protocol.h"
|
| +#include "core/probe/CoreProbes.h"
|
| #include "core/workers/WorkerBackingThread.h"
|
| #include "core/workers/WorkerReportingProxy.h"
|
| #include "core/workers/WorkerThread.h"
|
| @@ -55,7 +55,7 @@ WorkerInspectorController::WorkerInspectorController(
|
| WorkerThreadDebugger* debugger)
|
| : m_debugger(debugger),
|
| m_thread(thread),
|
| - m_instrumentingAgents(new InspectorInstrumentationAgents()) {
|
| + m_instrumentingAgents(new CoreProbeSink()) {
|
| m_instrumentingAgents->addInspectorTraceEvents(new InspectorTraceEvents());
|
| }
|
|
|
|
|