| Index: third_party/WebKit/Source/platform/v8_inspector/js_protocol.json
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/js_protocol.json b/third_party/WebKit/Source/platform/v8_inspector/js_protocol.json
|
| index 620d49c8921c71a2f14f3fa2f59a1c287d6bb914..f5f07ce58dfe025b793de9f965fd33bd8302ff07 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/js_protocol.json
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/js_protocol.json
|
| @@ -568,13 +568,6 @@
|
| "description": "Searches for given string in script content."
|
| },
|
| {
|
| - "name": "canSetScriptSource",
|
| - "returns": [
|
| - { "name": "result", "type": "boolean", "description": "True if <code>setScriptSource</code> is supported." }
|
| - ],
|
| - "description": "Always returns true."
|
| - },
|
| - {
|
| "name": "setScriptSource",
|
| "parameters": [
|
| { "name": "scriptId", "$ref": "Runtime.ScriptId", "description": "Id of the script to edit." },
|
| @@ -648,15 +641,6 @@
|
| "description": "Changes value of variable in a callframe. Object-based scopes are not supported and must be mutated manually."
|
| },
|
| {
|
| - "name": "getBacktrace",
|
| - "returns": [
|
| - { "name": "callFrames", "type": "array", "items": { "$ref": "CallFrame" }, "description": "Call stack the virtual machine stopped on." },
|
| - { "name": "asyncStackTrace", "$ref": "Runtime.StackTrace", "optional": true, "description": "Async stack trace, if any." }
|
| - ],
|
| - "experimental": true,
|
| - "description": "Returns call stack including variables changed since VM was paused. VM must be paused."
|
| - },
|
| - {
|
| "name": "setAsyncCallStackDepth",
|
| "parameters": [
|
| { "name": "maxDepth", "type": "integer", "description": "Maximum depth of async call stacks. Setting to <code>0</code> will effectively disable collecting async call stacks (default)." }
|
|
|