Index: Source/devtools/protocol.json |
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json |
index 3c6cf38f0a5025de92c06f3e058a567826bab1b1..a4764859943dafb7b0c7ea7e185fbc20302dca84 100644 |
--- a/Source/devtools/protocol.json |
+++ b/Source/devtools/protocol.json |
@@ -4378,7 +4378,9 @@ |
{ |
"name": "bufferUsage", |
"parameters": [ |
- { "name": "value", "type": "number", "description": "A number in range [0..1] that indicates the used size of event buffer as a fraction of its total size." } |
+ { "name": "percentFull", "type": "number", "optional": true, "description": "A number in range [0..1] that indicates the used size of event buffer as a fraction of its total size." }, |
+ { "name": "eventCount", "type": "number", "optional": true, "description": "An approximate number of events in the trace log." }, |
+ { "name": "value", "type": "number", "optional": true, "description": "A number in range [0..1] that indicates the used size of event buffer as a fraction of its total size." } |
], |
"handlers": ["browser"] |
} |