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 e42585d1cf67a56ab341746ffc630f515398066f..916dff859d9ad332b1cf370b3103dcc43e595fcd 100644 |
--- a/third_party/WebKit/Source/devtools/protocol.json |
+++ b/third_party/WebKit/Source/devtools/protocol.json |
@@ -3710,17 +3710,6 @@ |
"description": "Changes value of variable in a callframe or a closure. Either callframe or function must be specified. Object-based scopes are not supported and must be mutated manually." |
}, |
{ |
- "name": "getStepInPositions", |
- "parameters": [ |
- { "name": "callFrameId", "$ref": "CallFrameId", "description": "Id of a call frame where the current statement should be analized" } |
- ], |
- "returns": [ |
- { "name": "stepInPositions", "type": "array", "items": { "$ref": "Location" }, "optional": true, "description": "experimental" } |
- ], |
- "hidden": true, |
- "description": "Lists all positions where step-in is possible for a current statement in a specified call frame" |
- }, |
- { |
"name": "getBacktrace", |
"returns": [ |
{ "name": "callFrames", "type": "array", "items": { "$ref": "CallFrame" }, "description": "Call stack the virtual machine stopped on." }, |