summaryrefslogtreecommitdiff
path: root/netwerk/protocol/websocket/WebSocketChannel.h
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2022-12-15 10:59:40 +0000
committerMoonchild <moonchild@palemoon.org>2022-12-15 10:59:40 +0000
commitdf2b82e2cb9c42e10820aa74702fa94029e24d2c (patch)
tree3717394e4e3dc5d9b5d42520ad53a0fee49d997b /netwerk/protocol/websocket/WebSocketChannel.h
parentc34cceb678dfd8698e341ff47738aed342144c47 (diff)
downloaduxp-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.h2
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;