| 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 87c41b8e24c5e3f6e85de787422c35c2fb23912a..29aee106f54b487dc1d82d8d11b0f1fee91e4d13 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_inspectCallback(nullptr)
|
| , m_clearConsoleCallback(nullptr)
|
| {
|
| }
|
|
|