Index: Source/devtools/protocol.json |
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json |
index b0265b72d9ef71908ccbc8965b858e20cfe308be..97a7a1e81a701920e74e8457ebc3c55b1104080e 100644 |
--- a/Source/devtools/protocol.json |
+++ b/Source/devtools/protocol.json |
@@ -822,6 +822,13 @@ |
"name": "disable", |
"hidden": true, |
"description": "Disables reporting of execution contexts creation." |
+ }, |
+ { |
+ "name": "isPausedWorker", |
yurys
2014/05/23 09:09:14
Let's rename this into isRunRequired to avoid conf
horo
2014/05/23 10:03:21
Done.
|
+ "returns": [ |
+ { "name": "result", "type": "boolean", "description": "True if the Runtime is paused worker." } |
+ ], |
+ "hidden": true |
} |
], |
"events": [ |