| Index: Source/core/inspector/InjectedScriptHost.cpp
|
| diff --git a/Source/core/inspector/InjectedScriptHost.cpp b/Source/core/inspector/InjectedScriptHost.cpp
|
| index 4745c3984d0828114aeabceb66d0481939ad9607..42c3ffe32f2dbbd48792f2e7e93a43ae3777bc89 100644
|
| --- a/Source/core/inspector/InjectedScriptHost.cpp
|
| +++ b/Source/core/inspector/InjectedScriptHost.cpp
|
| @@ -83,7 +83,7 @@ void InjectedScriptHost::inspectImpl(PassRefPtr<JSONValue> object, PassRefPtr<JS
|
| }
|
| }
|
|
|
| -void InjectedScriptHost::getEventListenersImpl(EventTarget* target, Vector<EventListenerInfo>& listenersArray)
|
| +void InjectedScriptHost::getEventListenersImpl(EventTarget* target, WillBeHeapVector<EventListenerInfo>& listenersArray)
|
| {
|
| EventListenerInfo::getEventListeners(target, listenersArray, false);
|
| }
|
|
|