| Index: third_party/WebKit/Source/core/inspector/InspectorTracingAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.cpp
|
| index 1550b69701ab88df9891fc1ae66a2f30eed25a3b..172f3de820fb6aef013b73b7c58559904373ddee 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.cpp
|
| @@ -24,8 +24,7 @@ const char devtoolsMetadataEventCategory[] = TRACE_DISABLED_BY_DEFAULT("devtools
|
| }
|
|
|
| InspectorTracingAgent::InspectorTracingAgent(Client* client, InspectorWorkerAgent* workerAgent, InspectedFrames* inspectedFrames)
|
| - : InspectorBaseAgent<InspectorTracingAgent, protocol::Tracing::Frontend>("Tracing")
|
| - , m_layerTreeId(0)
|
| + : m_layerTreeId(0)
|
| , m_client(client)
|
| , m_workerAgent(workerAgent)
|
| , m_inspectedFrames(inspectedFrames)
|
|
|