| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index 12f4e36669053b96e7bf0ed573378af5513d8174..e7bf5aff120ca1dca9d05f864f01a739a9e2d816 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -2808,6 +2808,7 @@
|
| {
|
| "name": "started",
|
| "parameters": [
|
| + { "name": "sessionId", "type": "string", "description": "A system-unique identifier that is emitted in some timeline trace events to distinguish events coming from the inspected page." },
|
| { "name": "consoleTimeline", "type": "boolean", "optional": true, "description": "If specified, identifies that timeline was started using console.timeline() call." }
|
| ],
|
| "description": "Fired when timeline is started.",
|
|
|