Chromium Code Reviews| Index: src/inspector/js_protocol.json |
| diff --git a/src/inspector/js_protocol.json b/src/inspector/js_protocol.json |
| index bfcff2a960c9ba9eeca2e36ce649cf2de7d7313f..9397db128ac4a7a827a274376f7bf9d6039e2017 100644 |
| --- a/src/inspector/js_protocol.json |
| +++ b/src/inspector/js_protocol.json |
| @@ -557,7 +557,8 @@ |
| { |
| "name": "continueToLocation", |
| "parameters": [ |
| - { "name": "location", "$ref": "Location", "description": "Location to continue to." } |
| + { "name": "location", "$ref": "Location", "description": "Location to continue to." }, |
| + { "name": "strategy", "type": "string", "enum": ["default", "inCurrentFrame"], "optional": true, "experimental": true } |
|
dgozman
2017/05/16 20:19:24
"targetCallFrame": "any", "current", "deeper"
kozy
2017/05/16 21:18:48
Done.
|
| ], |
| "description": "Continues execution until specific location is reached." |
| }, |