| Index: third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol.json b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| index a29fee0c315160d57eacfa18820fd993f2bb3635..2361dfa252f87ab2e921a67e68b2ebf9b5b30388 100644
|
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| @@ -1103,7 +1103,7 @@
|
| { "name": "type", "type": "string", "enum": ["parser", "script", "other"], "description": "Type of this initiator." },
|
| { "name": "stack", "$ref": "Runtime.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 (0-based)." }
|
| ]
|
| },
|
| {
|
|
|