| Index: third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp b/third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp
|
| index 80e3085bf13920c9988fa3aaac6ff0fe081b0472..e938a9a79731d92f55bf191862f13e3773e26142 100644
|
| --- a/third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp
|
| @@ -298,9 +298,7 @@ void ThreadDebugger::getEventListenersCallback(const v8::FunctionCallbackInfo<v8
|
| V8EventListenerInfoList listenerInfo;
|
| // eventListeners call can produce message on ErrorEvent during lazy event listener compilation.
|
| debugger->muteWarningsAndDeprecations();
|
| - debugger->debugger()->muteConsole();
|
| InspectorDOMDebuggerAgent::eventListenersInfoForTarget(isolate, info[0], listenerInfo);
|
| - debugger->debugger()->unmuteConsole();
|
| debugger->unmuteWarningsAndDeprecations();
|
|
|
| v8::Local<v8::Object> result = v8::Object::New(isolate);
|
|
|