| 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 70eeef743bccd7777126dc9be45455c501a263fe..0e7dc53682bbbb4ce03c445f5dcad658597e9b46 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)
|
| {
|
| }
|
|
|