| Index: third_party/WebKit/Source/platform/v8_inspector/V8ConsoleAgentImpl.cpp
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8ConsoleAgentImpl.cpp b/third_party/WebKit/Source/platform/v8_inspector/V8ConsoleAgentImpl.cpp
|
| index 55eff2c4b955b0fb908f3e6ba3fb6b2298489611..cce207b2e52bdadac2c9eddf805947a2df0da74b 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8ConsoleAgentImpl.cpp
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8ConsoleAgentImpl.cpp
|
| @@ -35,7 +35,6 @@ void V8ConsoleAgentImpl::enable(ErrorString* errorString)
|
| m_enabled = true;
|
| m_session->debugger()->enableStackCapturingIfNeeded();
|
| reportAllMessages();
|
| - m_session->client()->consoleEnabled();
|
| }
|
|
|
| void V8ConsoleAgentImpl::disable(ErrorString* errorString)
|
|
|