Index: third_party/WebKit/Source/platform/v8_inspector/js_protocol.json |
diff --git a/third_party/WebKit/Source/platform/v8_inspector/js_protocol.json b/third_party/WebKit/Source/platform/v8_inspector/js_protocol.json |
index 161cdb89e17f8ca5234d9c60226962d45c48c41d..620d49c8921c71a2f14f3fa2f59a1c287d6bb914 100644 |
--- a/third_party/WebKit/Source/platform/v8_inspector/js_protocol.json |
+++ b/third_party/WebKit/Source/platform/v8_inspector/js_protocol.json |
@@ -530,8 +530,7 @@ |
{ |
"name": "continueToLocation", |
"parameters": [ |
- { "name": "location", "$ref": "Location", "description": "Location to continue to." }, |
- { "name": "interstatementLocation", "type": "boolean", "optional": true, "experimental": true, "description": "Allows breakpoints at the intemediate positions inside statements." } |
dgozman
2016/08/10 23:20:37
Doesn't check-protocol-version complain?
kozy
2016/08/10 23:22:08
No, I think because it's hidden/experimental flag.
|
+ { "name": "location", "$ref": "Location", "description": "Location to continue to." } |
], |
"description": "Continues execution until specific location is reached." |
}, |