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..e0763fe15f3dca2f5b9ca41b340069a006495903 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": ["debug", "verbose", "info", "warning", "error"], "description": "Log entry severity." }, |
dgozman
2017/01/20 17:26:33
remove "debug"
|
{ "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." }, |