| 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..8cc62f467adcc7a3df6adbf8d2c8433eb3ee9b4d 100644
|
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| @@ -4375,7 +4375,7 @@
|
| "description": "Log entry.",
|
| "properties": [
|
| { "name": "source", "type": "string", "enum": ["xml", "javascript", "network", "storage", "appcache", "rendering", "security", "deprecation", "worker", "violation", "intervention", "other"], "description": "Log entry source." },
|
| - { "name": "level", "type": "string", "enum": ["log", "warning", "error", "debug", "info"], "description": "Log entry severity." },
|
| + { "name": "level", "type": "string", "enum": ["verbose", "info", "warning", "error"], "description": "Log entry severity." },
|
| { "name": "text", "type": "string", "description": "Logged text." },
|
| { "name": "timestamp", "$ref": "Runtime.Timestamp", "description": "Timestamp when this entry was added." },
|
| { "name": "url", "type": "string", "optional": true, "description": "URL of the resource if known." },
|
|
|