| 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 5fba025caab2b819696a12069064858f278a144e..3d8b3d1297cda7c12e557528bec48238f7d2e95b 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
|
| @@ -39,12 +39,11 @@ InjectedScriptHostClass.prototype.isTypedArray = function(obj) {}
|
| InjectedScriptHostClass.prototype.getInternalProperties = function(obj) {}
|
|
|
| /**
|
| - * @param {!Function} fn
|
| - * @param {*} receiver
|
| - * @param {!Array.<*>=} argv
|
| - * @return {*}
|
| + * @param {!Object} object
|
| + * @param {string} propertyName
|
| + * @return {boolean}
|
| */
|
| -InjectedScriptHostClass.prototype.suppressWarningsAndCallFunction = function(fn, receiver, argv) {}
|
| +InjectedScriptHostClass.prototype.objectHasOwnProperty = function(object, propertyName) {}
|
|
|
| /**
|
| * @param {*} value
|
|
|