| Index: third_party/WebKit/Source/platform/v8_inspector/injected_script_externs.js
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/injected_script_externs.js b/third_party/WebKit/Source/platform/v8_inspector/injected_script_externs.js
|
| index a543e5471fce0cb173527caf9c1c03ac4a2f559a..0253e61b8a337a1d8cb1062eeccad5656484bd57 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/injected_script_externs.js
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/injected_script_externs.js
|
| @@ -50,12 +50,6 @@ InjectedScriptHostClass.prototype.collectionEntries = function(obj) {}
|
| InjectedScriptHostClass.prototype.getInternalProperties = function(obj) {}
|
|
|
| /**
|
| - * @param {!EventTarget} target
|
| - * @return {!Object|undefined}
|
| - */
|
| -InjectedScriptHostClass.prototype.getEventListeners = function(target) {}
|
| -
|
| -/**
|
| * @param {!Function} fn
|
| * @param {*} receiver
|
| * @param {!Array.<*>=} argv
|
|
|