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 d14c5d8b3ff83fbaf556f2e37d61f0ecbc6b8452..7ee3d340ebf3556f4c41ee68ee984671ddff4941 100644 |
--- a/third_party/WebKit/Source/devtools/protocol.json |
+++ b/third_party/WebKit/Source/devtools/protocol.json |
@@ -975,13 +975,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": [ |
{ |
@@ -4290,19 +4283,7 @@ |
] |
}, |
{ |
- "name": "connectToWorker", |
- "parameters": [ |
- { "name": "workerId", "type": "string" } |
- ] |
- }, |
- { |
- "name": "disconnectFromWorker", |
- "parameters": [ |
- { "name": "workerId", "type": "string" } |
- ] |
- }, |
- { |
- "name": "setAutoconnectToWorkers", |
+ "name": "setPauseWorkersOnStart", |
"parameters": [ |
{ "name": "value", "type": "boolean" } |
] |
@@ -4314,7 +4295,7 @@ |
"parameters": [ |
{ "name": "workerId", "type": "string" }, |
{ "name": "url", "type": "string" }, |
- { "name": "inspectorConnected", "type": "boolean" } |
+ { "name": "pausedOnStart", "type": "boolean" } |
] |
}, |
{ |