| 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 95044d2ca4fd43b0c5365ccac549a28e15bca0d1..2d89b14dbabe4add0bf41cd9d088bb5277405ea1 100644
|
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| @@ -4479,7 +4479,7 @@
|
| "description": "Log entry.",
|
| "properties": [
|
| { "name": "source", "type": "string", "enum": ["xml", "javascript", "network", "storage", "appcache", "rendering", "security", "deprecation", "worker", "other"], "description": "Log entry source." },
|
| - { "name": "level", "type": "string", "enum": ["log", "warning", "error", "debug", "info"], "description": "Log entry severity." },
|
| + { "name": "level", "type": "string", "enum": ["log", "warning", "error", "debug", "info", "violation"], "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." },
|
|
|