| 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..d75dc00a57f23227dd95d97da98fc6535b9d333a 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.<*>}
|
| */
|
| @@ -173,7 +167,7 @@ function JavaScriptCallFrame()
|
|
|
| /**
|
| * @param {number} scopeIndex
|
| - * @return {number}
|
| + * @return {!DebuggerAgent.ScopeType<string>}
|
| */
|
| JavaScriptCallFrame.prototype.scopeType = function(scopeIndex) {}
|
|
|
|
|