| 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 8ca06b8440503febf231b190c57ba0883171813b..15786518cac3b1cc8c201522282e505d5daa5072 100644
|
| --- a/third_party/WebKit/Source/devtools/protocol.json
|
| +++ b/third_party/WebKit/Source/devtools/protocol.json
|
| @@ -994,13 +994,6 @@
|
| "description": "Disables reporting of execution contexts creation."
|
| },
|
| {
|
| - "name": "isRunRequired",
|
| - "returns": [
|
| - { "name": "result", "type": "boolean", "description": "True if the Runtime is in paused on start state." }
|
| - ],
|
| - "hidden": true
|
| - },
|
| - {
|
| "name": "setCustomObjectFormatterEnabled",
|
| "parameters": [
|
| {
|
| @@ -4234,19 +4227,7 @@
|
| ]
|
| },
|
| {
|
| - "name": "connectToWorker",
|
| - "parameters": [
|
| - { "name": "workerId", "type": "string" }
|
| - ]
|
| - },
|
| - {
|
| - "name": "disconnectFromWorker",
|
| - "parameters": [
|
| - { "name": "workerId", "type": "string" }
|
| - ]
|
| - },
|
| - {
|
| - "name": "setAutoconnectToWorkers",
|
| + "name": "setWaitForDebuggerOnStart",
|
| "parameters": [
|
| { "name": "value", "type": "boolean" }
|
| ]
|
| @@ -4258,7 +4239,7 @@
|
| "parameters": [
|
| { "name": "workerId", "type": "string" },
|
| { "name": "url", "type": "string" },
|
| - { "name": "inspectorConnected", "type": "boolean" }
|
| + { "name": "waitingForDebugger", "type": "boolean" }
|
| ]
|
| },
|
| {
|
|
|