| 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 8a0323d059ea3baa97e08cf03c0f5c06cc1c3229..4d5cdbf0b6ace16df8d409ad811d7154e87b34ce 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
|
| @@ -128,15 +128,6 @@ InjectedScriptHostClass.prototype.suppressWarningsAndCallFunction = function(fn,
|
| InjectedScriptHostClass.prototype.setNonEnumProperty = function(obj, key, value) {}
|
|
|
| /**
|
| - * @param {!Function} functionObject
|
| - * @param {number} scopeIndex
|
| - * @param {string} variableName
|
| - * @param {*} newValue
|
| - * @return {*}
|
| - */
|
| -InjectedScriptHostClass.prototype.setFunctionVariableValue = function(functionObject, scopeIndex, variableName, newValue) {}
|
| -
|
| -/**
|
| * @param {*} value
|
| * @param {string} groupName
|
| * @return {number}
|
| @@ -195,19 +186,6 @@ function JavaScriptCallFrame()
|
| JavaScriptCallFrame.prototype.evaluateWithExceptionDetails = function(script, scopeExtension) {}
|
|
|
| /**
|
| - * @return {*}
|
| - */
|
| -JavaScriptCallFrame.prototype.restart = function() {}
|
| -
|
| -/**
|
| - * @param {number=} scopeIndex
|
| - * @param {?string=} variableName
|
| - * @param {*=} newValue
|
| - * @return {*}
|
| - */
|
| -JavaScriptCallFrame.prototype.setVariableValue = function(scopeIndex, variableName, newValue) {}
|
| -
|
| -/**
|
| * @param {number} scopeIndex
|
| * @return {number}
|
| */
|
|
|