| 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 8555323f1ca87380f61b966c370eabc0da023b57..218010938c10e3139893d958b25e16b653891a69 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
|
| @@ -8,12 +8,6 @@ function InjectedScriptHostClass()
|
| }
|
|
|
| /**
|
| - * @param {*} objectId
|
| - * @param {!Object} hints
|
| - */
|
| -InjectedScriptHostClass.prototype.inspect = function(objectId, hints) {}
|
| -
|
| -/**
|
| * @param {*} obj
|
| * @return {string}
|
| */
|
| @@ -59,13 +53,6 @@ InjectedScriptHostClass.prototype.getInternalProperties = function(obj) {}
|
| InjectedScriptHostClass.prototype.suppressWarningsAndCallFunction = function(fn, receiver, argv) {}
|
|
|
| /**
|
| - * @param {!Object} obj
|
| - * @param {string} key
|
| - * @param {*} value
|
| - */
|
| -InjectedScriptHostClass.prototype.setNonEnumProperty = function(obj, key, value) {}
|
| -
|
| -/**
|
| * @param {*} value
|
| * @param {string} groupName
|
| * @return {number}
|
|
|