Index: src/inspector/js_protocol.json |
diff --git a/src/inspector/js_protocol.json b/src/inspector/js_protocol.json |
index 1ff8656c66b2937ce43e9c5b90d836fdf05e2339..f8feb6c1e2ebe73ef29d39ab7c7d9f499c4821b2 100644 |
--- a/src/inspector/js_protocol.json |
+++ b/src/inspector/js_protocol.json |
@@ -383,7 +383,7 @@ |
"name": "consoleAPICalled", |
"description": "Issued when console API was called.", |
"parameters": [ |
- { "name": "type", "type": "string", "enum": ["log", "debug", "info", "error", "warning", "dir", "dirxml", "table", "trace", "clear", "startGroup", "startGroupCollapsed", "endGroup", "assert", "profile", "profileEnd"], "description": "Type of the call." }, |
+ { "name": "type", "type": "string", "enum": ["log", "debug", "info", "error", "warning", "dir", "dirxml", "table", "trace", "clear", "startGroup", "startGroupCollapsed", "endGroup", "assert", "profile", "profileEnd", "count", "timeEnd"], "description": "Type of the call." }, |
{ "name": "args", "type": "array", "items": { "$ref": "RemoteObject" }, "description": "Call arguments." }, |
{ "name": "executionContextId", "$ref": "ExecutionContextId", "description": "Identifier of the context where the call was made." }, |
{ "name": "timestamp", "$ref": "Timestamp", "description": "Call timestamp." }, |