| Index: third_party/WebKit/Source/platform/v8_inspector/V8InspectorSessionImpl.cpp
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8InspectorSessionImpl.cpp b/third_party/WebKit/Source/platform/v8_inspector/V8InspectorSessionImpl.cpp
|
| index 8856807ec7da2871575e7b9589bf1e768a042ad4..8c4aa9b4262554c36d79e84c81838a7685cc08dd 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8InspectorSessionImpl.cpp
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8InspectorSessionImpl.cpp
|
| @@ -32,7 +32,6 @@ V8InspectorSessionImpl::V8InspectorSessionImpl(V8DebuggerImpl* debugger, int con
|
| , m_debuggerAgent(adoptPtr(new V8DebuggerAgentImpl(this)))
|
| , m_heapProfilerAgent(adoptPtr(new V8HeapProfilerAgentImpl(this)))
|
| , m_profilerAgent(adoptPtr(new V8ProfilerAgentImpl(this)))
|
| - , m_clearConsoleCallback(nullptr)
|
| {
|
| }
|
|
|
|
|