| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index 25eaf837747c78054548ca7054838b36a2753a74..d4a61d0aa6181441ab19761a4b685109062a2aaf 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -3127,6 +3127,7 @@
|
| "properties": [
|
| { "name": "text", "type": "string", "description": "Exception text." },
|
| { "name": "url", "type": "string", "optional": true, "description": "URL of the message origin." },
|
| + { "name": "scriptId", "type": "string", "optional": true, "description": "Script ID of the message origin." },
|
| { "name": "line", "type": "integer", "optional": true, "description": "Line number in the resource that generated this message." },
|
| { "name": "column", "type": "integer", "optional": true, "description": "Column number in the resource that generated this message." },
|
| { "name": "stackTrace", "$ref": "Console.StackTrace", "optional": true, "description": "JavaScript stack trace for assertions and error messages." }
|
|
|