| 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 dfcb09cf9231b9236be55ca9d9c6727525c5f31c..d3f00a7b07f39a4e27ac176d9f3c3b3168e71f1f 100644
|
| --- a/third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp
|
| @@ -304,10 +304,10 @@ void ThreadDebugger::getEventListenersCallback(const v8::FunctionCallbackInfo<v8
|
| V8EventListenerInfoList listenerInfo;
|
| // eventListeners call can produce message on ErrorEvent during lazy event listener compilation.
|
| if (groupId)
|
| - debugger->muteWarningsAndDeprecations(groupId);
|
| + debugger->muteMetrics(groupId);
|
| InspectorDOMDebuggerAgent::eventListenersInfoForTarget(isolate, info[0], listenerInfo);
|
| if (groupId)
|
| - debugger->unmuteWarningsAndDeprecations(groupId);
|
| + debugger->unmuteMetrics(groupId);
|
|
|
| v8::Local<v8::Object> result = v8::Object::New(isolate);
|
| AtomicString currentEventType;
|
|
|