Index: Source/devtools/protocol.json |
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json |
index 4f9a867106f1670b850302d7de21517936edd951..6169b3bab5aaf783e564ec10f7ef3d52cae1ce27 100644 |
--- a/Source/devtools/protocol.json |
+++ b/Source/devtools/protocol.json |
@@ -2796,6 +2796,13 @@ |
"description": "Fired for every instrumentation event while timeline is started." |
}, |
{ |
+ "name": "progress", |
+ "parameters": [ |
+ { "name": "count", "type": "number" } |
+ ], |
+ "hidden": true |
+ }, |
+ { |
"name": "started", |
"parameters": [ |
{ "name": "consoleTimeline", "type": "boolean", "optional": true, "description": "If specified, identifies that timeline was started using console.timeline() call." } |