| 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 504e2957d208112e0bacb2fd97e87b0c7888934a..c50c0f3723091c671d9b098121d719c9f5d55ae9 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8InspectorSessionImpl.cpp
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8InspectorSessionImpl.cpp
|
| @@ -27,7 +27,7 @@ V8InspectorSessionImpl::V8InspectorSessionImpl(V8DebuggerImpl* debugger, int con
|
| : m_contextGroupId(contextGroupId)
|
| , m_debugger(debugger)
|
| , m_client(nullptr)
|
| - , m_injectedScriptHost(InjectedScriptHost::create(debugger, this))
|
| + , m_injectedScriptHost(InjectedScriptHost::create(debugger))
|
| , m_customObjectFormatterEnabled(false)
|
| , m_instrumentationCounter(0)
|
| , m_runtimeAgent(adoptPtr(new V8RuntimeAgentImpl(this)))
|
|
|