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 9034af2bbd3bcebc29fae40cb2db1d6e42e72212..d14c5d8b3ff83fbaf556f2e37d61f0ecbc6b8452 100644 |
--- a/third_party/WebKit/Source/devtools/protocol.json |
+++ b/third_party/WebKit/Source/devtools/protocol.json |
@@ -973,6 +973,13 @@ |
"name": "disable", |
"hidden": true, |
"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", |
@@ -4283,7 +4290,19 @@ |
] |
}, |
{ |
- "name": "setWaitForDebuggerOnStart", |
+ "name": "connectToWorker", |
+ "parameters": [ |
+ { "name": "workerId", "type": "string" } |
+ ] |
+ }, |
+ { |
+ "name": "disconnectFromWorker", |
+ "parameters": [ |
+ { "name": "workerId", "type": "string" } |
+ ] |
+ }, |
+ { |
+ "name": "setAutoconnectToWorkers", |
"parameters": [ |
{ "name": "value", "type": "boolean" } |
] |
@@ -4295,7 +4314,7 @@ |
"parameters": [ |
{ "name": "workerId", "type": "string" }, |
{ "name": "url", "type": "string" }, |
- { "name": "waitingForDebugger", "type": "boolean" } |
+ { "name": "inspectorConnected", "type": "boolean" } |
] |
}, |
{ |