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

Unified Diff: Source/core/inspector/InjectedScriptHost.h

Issue 145133008: DevTools: Make getEventListeners() of Console API work for window. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: addressed Created 6 years, 11 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
« no previous file with comments | « Source/core/events/EventTarget.cpp ('k') | Source/core/inspector/InjectedScriptHost.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InjectedScriptHost.h
diff --git a/Source/core/inspector/InjectedScriptHost.h b/Source/core/inspector/InjectedScriptHost.h
index 2a95c7ab468017ba928f0be66b61fb7d979df20b..75d3fd7c91c295bfb69dfa352d1575b0404dc1f3 100644
--- a/Source/core/inspector/InjectedScriptHost.h
+++ b/Source/core/inspector/InjectedScriptHost.h
@@ -38,6 +38,7 @@
namespace WebCore {
class Database;
+class EventTarget;
class InjectedScript;
class InstrumentingAgents;
class JSONValue;
@@ -80,7 +81,7 @@ public:
InspectableObject* inspectedObject(unsigned int num);
void inspectImpl(PassRefPtr<JSONValue> objectToInspect, PassRefPtr<JSONValue> hints);
- void getEventListenersImpl(Node*, Vector<EventListenerInfo>& listenersArray);
+ void getEventListenersImpl(EventTarget*, Vector<EventListenerInfo>& listenersArray);
void clearConsoleMessages();
String databaseIdImpl(Database*);
« no previous file with comments | « Source/core/events/EventTarget.cpp ('k') | Source/core/inspector/InjectedScriptHost.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698