| Index: third_party/WebKit/Source/devtools/protocol.json
|
| diff --git a/third_party/WebKit/Source/devtools/protocol.json b/third_party/WebKit/Source/devtools/protocol.json
|
| index 0643d498abb6593afde707a2b638995abdf8bb35..beaab1e1d1e69d0195e50c29ca94181e658dfe80 100644
|
| --- a/third_party/WebKit/Source/devtools/protocol.json
|
| +++ b/third_party/WebKit/Source/devtools/protocol.json
|
| @@ -3703,11 +3703,10 @@
|
| { "name": "scopeNumber", "type": "integer", "description": "0-based number of scope as was listed in scope chain. Only 'local', 'closure' and 'catch' scope types are allowed. Other scopes could be manipulated manually." },
|
| { "name": "variableName", "type": "string", "description": "Variable name." },
|
| { "name": "newValue", "$ref": "Runtime.CallArgument", "description": "New variable value." },
|
| - { "name": "callFrameId", "$ref": "CallFrameId", "optional": true, "description": "Id of callframe that holds variable." },
|
| - { "name": "functionObjectId", "$ref": "Runtime.RemoteObjectId", "optional": true, "description": "Object id of closure (function) that holds variable." }
|
| + { "name": "callFrameId", "$ref": "CallFrameId", "description": "Id of callframe that holds variable." }
|
| ],
|
| "hidden": true,
|
| - "description": "Changes value of variable in a callframe or a closure. Either callframe or function must be specified. Object-based scopes are not supported and must be mutated manually."
|
| + "description": "Changes value of variable in a callframe. Object-based scopes are not supported and must be mutated manually."
|
| },
|
| {
|
| "name": "getBacktrace",
|
|
|