| Index: src/inspector/js_protocol.json
|
| diff --git a/src/inspector/js_protocol.json b/src/inspector/js_protocol.json
|
| index 1ff8656c66b2937ce43e9c5b90d836fdf05e2339..80f2b1f572107b21f4cc0d51c4fcf915218cad8b 100644
|
| --- a/src/inspector/js_protocol.json
|
| +++ b/src/inspector/js_protocol.json
|
| @@ -201,7 +201,8 @@
|
| "properties": [
|
| { "name": "description", "type": "string", "optional": true, "description": "String label of this stack trace. For async traces this may be a name of the function that initiated the async call." },
|
| { "name": "callFrames", "type": "array", "items": { "$ref": "CallFrame" }, "description": "JavaScript function name." },
|
| - { "name": "parent", "$ref": "StackTrace", "optional": true, "description": "Asynchronous JavaScript stack trace that preceded this stack, if available." }
|
| + { "name": "parent", "$ref": "StackTrace", "optional": true, "description": "Asynchronous JavaScript stack trace that preceded this stack, if available." },
|
| + { "name": "promiseCreationFrame", "$ref": "CallFrame", "optional": true, "experimental": true, "description": "Creation frame of the Promise which produced the next synchronous trace when resolved, if available." }
|
| ]
|
| }
|
| ],
|
|
|