| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index 9d186d158094116cb4c253c6853facdd77e97c35..7c38ae54f0269b0dfe18929ebeb82d916e551e0a 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -1138,7 +1138,8 @@
|
| { "name": "type", "type": "string", "enum": ["parser", "script", "other"], "description": "Type of this initiator." },
|
| { "name": "stackTrace", "$ref": "Console.StackTrace", "optional": true, "description": "Initiator JavaScript stack trace, set for Script only." },
|
| { "name": "url", "type": "string", "optional": true, "description": "Initiator URL, set for Parser type only." },
|
| - { "name": "lineNumber", "type": "number", "optional": true, "description": "Initiator line number, set for Parser type only." }
|
| + { "name": "lineNumber", "type": "number", "optional": true, "description": "Initiator line number, set for Parser type only." },
|
| + { "name": "asyncStackTrace", "$ref": "Console.AsyncStackTrace", "optional": true, "description": "Initiator asynchronous JavaScript stack trace, if available.", "hidden": true }
|
| ]
|
| }
|
| ],
|
|
|