| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index 4b48ad588374047c1ebd6379a7321f65ccb3842c..c7dfb86994cc0fe09a3e30e64dd83794aa08d57c 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -1060,13 +1060,6 @@
|
| "hidden": true
|
| },
|
| {
|
| - "name": "setTracingBasedTimeline",
|
| - "parameters": [
|
| - { "name": "enabled", "type": "boolean", "description": "Switch console.timeline to tracing based." }
|
| - ],
|
| - "hidden": true
|
| - },
|
| - {
|
| "name": "setLastEvaluationResult",
|
| "parameters": [
|
| { "name": "objectId", "$ref": "Runtime.RemoteObjectId", "description": "Identifier of the object to set as last evaluation result." }
|
|
|