| 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 d75dc00a57f23227dd95d97da98fc6535b9d333a..feca194cb9b8a37fc512ed4a3f852dd4a53379d1 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
|
| @@ -66,12 +66,6 @@ InjectedScriptHostClass.prototype.getInternalProperties = function(obj) {}
|
| InjectedScriptHostClass.prototype.getEventListeners = function(target) {}
|
|
|
| /**
|
| - * @param {string} text
|
| - * @return {*}
|
| - */
|
| -InjectedScriptHostClass.prototype.eval = function(text) {}
|
| -
|
| -/**
|
| * @param {*} fn
|
| */
|
| InjectedScriptHostClass.prototype.debugFunction = function(fn) {}
|
| @@ -121,18 +115,6 @@ InjectedScriptHostClass.prototype.setNonEnumProperty = function(obj, key, value)
|
| */
|
| InjectedScriptHostClass.prototype.bind = function(value, groupName) {}
|
|
|
| -/**
|
| - * @param {number} id
|
| - * @return {*}
|
| - */
|
| -InjectedScriptHostClass.prototype.objectForId = function(id) {}
|
| -
|
| -/**
|
| - * @param {number} id
|
| - * @return {string}
|
| - */
|
| -InjectedScriptHostClass.prototype.idToObjectGroupName = function(id) {}
|
| -
|
| /** @type {!InjectedScriptHostClass} */
|
| var InjectedScriptHost;
|
|
|
|
|