| 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 e136b4c0bc212a547987c7189492e8f5cfd6aca3..28577571eb1b2c6742cbbe9f27bd666dbaf1532b 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
|
| @@ -134,15 +134,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}
|
| @@ -201,19 +192,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}
|
| */
|
|
|