| Index: Source/core/inspector/InjectedScriptHost.cpp
|
| diff --git a/Source/core/inspector/InjectedScriptHost.cpp b/Source/core/inspector/InjectedScriptHost.cpp
|
| index 68bb19261d084957522e24e82f9eeeafd0de5da1..ca933c961fc5b51b33ad60ef704f776841f90d96 100644
|
| --- a/Source/core/inspector/InjectedScriptHost.cpp
|
| +++ b/Source/core/inspector/InjectedScriptHost.cpp
|
| @@ -86,7 +86,7 @@ void InjectedScriptHost::inspectImpl(PassRefPtr<JSONValue> object, PassRefPtr<JS
|
|
|
| void InjectedScriptHost::getEventListenersImpl(EventTarget* target, Vector<EventListenerInfo>& listenersArray)
|
| {
|
| - InspectorDOMAgent::getEventListeners(target, listenersArray, false);
|
| + EventListenerInfo::getEventListeners(target, listenersArray, false);
|
| }
|
|
|
| void InjectedScriptHost::clearConsoleMessages()
|
|
|