| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index 83fc38f07d5e2d61e8f4751260cc31b6a415654a..a31ce51c22ea7e9a043358f2a074a9a91dfa600b 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -4311,8 +4311,8 @@
|
| "async": true,
|
| "description": "Start trace events collection.",
|
| "parameters": [
|
| - { "name": "categories", "type": "string", "description": "Category/tag filter" },
|
| - { "name": "options", "type": "string", "description": "Tracing options" },
|
| + { "name": "categories", "type": "string", "optional": true, "description": "Category/tag filter" },
|
| + { "name": "options", "type": "string", "optional": true, "description": "Tracing options" },
|
| { "name": "bufferUsageReportingInterval", "type": "number", "optional": true, "description": "If set, the agent will issue bufferUsage events at this interval, specified in milliseconds" }
|
| ],
|
| "handlers": ["browser", "renderer"]
|
|
|