Index: src/inspector/js_protocol.json |
diff --git a/src/inspector/js_protocol.json b/src/inspector/js_protocol.json |
index 62545cd80d34f2e6dd9434817f09373437b33e2f..da439d8a5f586eb15bc639cc95fb66c5e840f17b 100644 |
--- a/src/inspector/js_protocol.json |
+++ b/src/inspector/js_protocol.json |
@@ -558,7 +558,7 @@ |
"name": "continueToLocation", |
"parameters": [ |
{ "name": "location", "$ref": "Location", "description": "Location to continue to." }, |
- { "name": "targetCallFrames", "type": "string", "enum": ["any", "current"], "optional": true, "experimental": true } |
+ { "name": "targetCallFrames", "type": "string", "enum": ["any", "current", "deeper"], "optional": true, "experimental": true } |
], |
"description": "Continues execution until specific location is reached." |
}, |