| 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 1b552c801b4e7eced63916a2f021f565190337ab..312f70a08fc691a74b78a209edc1d1e75f48d965 100644
|
| --- a/third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp
|
| @@ -394,7 +394,7 @@ void ThreadDebugger::getEventListenersCallback(
|
| if (groupId)
|
| debugger->muteMetrics(groupId);
|
| InspectorDOMDebuggerAgent::eventListenersInfoForTarget(isolate, info[0],
|
| - listenerInfo);
|
| + &listenerInfo);
|
| if (groupId)
|
| debugger->unmuteMetrics(groupId);
|
|
|
|
|