Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(545)

Unified Diff: Source/devtools/Inspector-1.1.json

Issue 272613002: DevTools: implemented scriptFailedToParse protocol event (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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." },

Powered by Google App Engine
This is Rietveld 408576698