| 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 ee61904d0623f42ee37aed7cbec0ef15cc83a6b2..f264044f31b7f10fd03fc5327e358e78fc7c520c 100644
|
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| @@ -1110,7 +1110,7 @@
|
| "type": "object",
|
| "description": "Information about the request initiator.",
|
| "properties": [
|
| - { "name": "type", "type": "string", "enum": ["parser", "script", "other"], "description": "Type of this initiator." },
|
| + { "name": "type", "type": "string", "enum": ["parser", "script", "preload", "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 (0-based)." }
|
|
|