diff options
author | Moonchild <moonchild@palemoon.org> | 2022-12-15 10:59:40 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-12-15 10:59:40 +0000 |
commit | df2b82e2cb9c42e10820aa74702fa94029e24d2c (patch) | |
tree | 3717394e4e3dc5d9b5d42520ad53a0fee49d997b /netwerk/protocol/websocket/WebSocketChannel.h | |
parent | c34cceb678dfd8698e341ff47738aed342144c47 (diff) | |
download | uxp-df2b82e2cb9c42e10820aa74702fa94029e24d2c.tar.gz |
[network] move some generic websocket code to the baseclass
Diffstat (limited to 'netwerk/protocol/websocket/WebSocketChannel.h')
-rw-r--r-- | netwerk/protocol/websocket/WebSocketChannel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/protocol/websocket/WebSocketChannel.h b/netwerk/protocol/websocket/WebSocketChannel.h index b496bbc0a0..879027b2ad 100644 --- a/netwerk/protocol/websocket/WebSocketChannel.h +++ b/netwerk/protocol/websocket/WebSocketChannel.h @@ -124,7 +124,7 @@ public: const static uint8_t kPayloadLengthBitsMask = 0x7F; protected: - virtual ~WebSocketChannel(); + ~WebSocketChannel() override; private: friend class OutboundEnqueuer; |