Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(408)

Unified Diff: third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp

Issue 2687003002: DevTools RDP: add parameters to DOMDebugger.getEventListeners (Closed)
Patch Set: f-e compile Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698