| Index: Source/core/inspector/InjectedScriptHost.idl
|
| diff --git a/Source/core/inspector/InjectedScriptHost.idl b/Source/core/inspector/InjectedScriptHost.idl
|
| index 77e4cbe5cfa1961328c5a54cda599fe215ac1bf0..f6f03897f5ec807b76dce4bbe83514a5c48fd240 100644
|
| --- a/Source/core/inspector/InjectedScriptHost.idl
|
| +++ b/Source/core/inspector/InjectedScriptHost.idl
|
| @@ -42,7 +42,7 @@
|
| [Custom] DOMString type(any obj);
|
| [Custom] any functionDetails(any obj);
|
| [Custom] Array getInternalProperties(any obj);
|
| - [Custom] Array getEventListeners(Node node);
|
| + [Custom] Array getEventListeners(EventTarget target);
|
| [Custom] any evaluate(DOMString text);
|
| [Custom] DOMString databaseId(any database);
|
| [Custom] DOMString storageId(any storage);
|
|
|