| 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 bc165d8a5c4b5d1e1b90a826ca6d0f9906d3509c..3b72f45175224548fedb1c32c7e68d0ab097b7ca 100644
|
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| @@ -1404,8 +1404,7 @@
|
| "description": "Fired upon WebSocket creation.",
|
| "parameters": [
|
| { "name": "requestId", "$ref": "RequestId", "description": "Request identifier." },
|
| - { "name": "url", "type": "string", "description": "WebSocket request URL." },
|
| - { "name": "initiator", "$ref": "Initiator", "optional": true, "description": "Request initiator." }
|
| + { "name": "url", "type": "string", "description": "WebSocket request URL." }
|
| ],
|
| "hidden": true
|
| },
|
|
|