Index: Source/core/inspector/InjectedScriptHost.h |
diff --git a/Source/core/inspector/InjectedScriptHost.h b/Source/core/inspector/InjectedScriptHost.h |
index e497abf7fabe3f6d63fee5528b14d0a4d36e1c5c..c3688f3d338adca77dc7ddf49e5351d51366127c 100644 |
--- a/Source/core/inspector/InjectedScriptHost.h |
+++ b/Source/core/inspector/InjectedScriptHost.h |
@@ -50,7 +50,7 @@ class JSONValue; |
class ScriptValue; |
class V8Debugger; |
-struct EventListenerInfo; |
+class EventListenerInfo; |
// SECURITY NOTE: Although the InjectedScriptHost is intended for use solely by the inspector, |
// a reference to the InjectedScriptHost may be leaked to the page being inspected. Thus, the |
@@ -89,7 +89,7 @@ public: |
InspectableObject* inspectedObject(unsigned num); |
void inspectImpl(PassRefPtr<JSONValue> objectToInspect, PassRefPtr<JSONValue> hints); |
- void getEventListenersImpl(EventTarget*, Vector<EventListenerInfo>& listenersArray); |
+ void getEventListenersImpl(EventTarget*, WillBeHeapVector<EventListenerInfo>& listenersArray); |
void clearConsoleMessages(); |
void debugFunction(const String& scriptId, int lineNumber, int columnNumber); |