| Index: third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| index 294f93ca994abd3eb71aa3148adcdaee84f79b6f..c975cbb65c2891ff8c748ecf55fddff6af4009e6 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| @@ -89,9 +89,10 @@ void setCallStack(TracedValue* value) {
|
| v8::Isolate::GetCurrent()->GetCpuProfiler()->CollectSample();
|
| }
|
|
|
| -void InspectorTraceEvents::init(InstrumentingAgents* instrumentingAgents,
|
| - protocol::UberDispatcher*,
|
| - protocol::DictionaryValue*) {
|
| +void InspectorTraceEvents::init(
|
| + InspectorInstrumentationAgents* instrumentingAgents,
|
| + protocol::UberDispatcher*,
|
| + protocol::DictionaryValue*) {
|
| m_instrumentingAgents = instrumentingAgents;
|
| m_instrumentingAgents->addInspectorTraceEvents(this);
|
| }
|
|
|