| 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 553e41941642a08e7860ddf00f6e465241f1d5f6..6b938d6a749a734ff1ebc95861582bd62c25c40f 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
|
| @@ -48,12 +48,6 @@ InjectedScriptHostClass.prototype.isTypedArray = function(obj) {}
|
| InjectedScriptHostClass.prototype.subtype = function(obj) {}
|
|
|
| /**
|
| - * @param {!Function} obj
|
| - * @return {*}
|
| - */
|
| -InjectedScriptHostClass.prototype.functionDetails = function(obj) {}
|
| -
|
| -/**
|
| * @param {!Object} obj
|
| * @return {?Array.<*>}
|
| */
|
|
|