| Index: Source/devtools/Inspector-1.1.json
|
| diff --git a/Source/devtools/Inspector-1.1.json b/Source/devtools/Inspector-1.1.json
|
| index acb789159c4f4173c639866330043c3dca26f23a..e43165b1d87c88c13d052c6f0bde83be3eec1b81 100644
|
| --- a/Source/devtools/Inspector-1.1.json
|
| +++ b/Source/devtools/Inspector-1.1.json
|
| @@ -3200,17 +3200,6 @@
|
| "description": "Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger."
|
| },
|
| {
|
| - "name": "scriptFailedToParse",
|
| - "parameters": [
|
| - { "name": "url", "type": "string", "description": "URL of the script that failed to parse." },
|
| - { "name": "scriptSource", "type": "string", "description": "Source text of the script that failed to parse." },
|
| - { "name": "startLine", "type": "integer", "description": "Line offset of the script within the resource." },
|
| - { "name": "errorLine", "type": "integer", "description": "Line with error." },
|
| - { "name": "errorMessage", "type": "string", "description": "Parse error message." }
|
| - ],
|
| - "description": "Fired when virtual machine fails to parse the script."
|
| - },
|
| - {
|
| "name": "breakpointResolved",
|
| "parameters": [
|
| { "name": "breakpointId", "$ref": "BreakpointId", "description": "Breakpoint unique identifier." },
|
|
|