| Index: third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol.json b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| index 119c1e559eba8b91e71c684bcdedf93bfebee8c4..08cca562c43c4b037be7a1205c4419cdd27ec32e 100644
|
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| @@ -1355,7 +1355,8 @@
|
| "description": "Fired upon WebSocket creation.",
|
| "parameters": [
|
| { "name": "requestId", "$ref": "RequestId", "description": "Request identifier." },
|
| - { "name": "url", "type": "string", "description": "WebSocket request URL." }
|
| + { "name": "url", "type": "string", "description": "WebSocket request URL." },
|
| + { "name": "initiator", "$ref": "Initiator", "optional": true, "description": "Request initiator." }
|
| ],
|
| "hidden": true
|
| },
|
|
|