| Index: third_party/WebKit/Source/modules/websockets/WebSocketHandleImpl.h
|
| diff --git a/third_party/WebKit/Source/modules/websockets/WebSocketHandleImpl.h b/third_party/WebKit/Source/modules/websockets/WebSocketHandleImpl.h
|
| index daeb92aa510b9bc7e609866c85a055f9c9986abe..e1eac9c95c7a9aeddaf516fab0d4b50b2881f9d4 100644
|
| --- a/third_party/WebKit/Source/modules/websockets/WebSocketHandleImpl.h
|
| +++ b/third_party/WebKit/Source/modules/websockets/WebSocketHandleImpl.h
|
| @@ -50,7 +50,7 @@ public:
|
|
|
| private:
|
| void disconnect();
|
| - void onConnectionError();
|
| + void onConnectionError(uint32_t customReason, const std::string& description);
|
|
|
| // mojom::blink::WebSocketClient methods:
|
| void OnFailChannel(const String& reason) override;
|
|
|