| 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*);
|
|
|