summaryrefslogtreecommitdiff
path: root/netwerk/protocol/websocket/WebSocketChannel.cpp
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.cpp
parentc34cceb678dfd8698e341ff47738aed342144c47 (diff)
downloaduxp-df2b82e2cb9c42e10820aa74702fa94029e24d2c.tar.gz
[network] move some generic websocket code to the baseclass
Diffstat (limited to 'netwerk/protocol/websocket/WebSocketChannel.cpp')
-rw-r--r--netwerk/protocol/websocket/WebSocketChannel.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/netwerk/protocol/websocket/WebSocketChannel.cpp b/netwerk/protocol/websocket/WebSocketChannel.cpp
index 679252500f..058dc46417 100644
--- a/netwerk/protocol/websocket/WebSocketChannel.cpp
+++ b/netwerk/protocol/websocket/WebSocketChannel.cpp
@@ -1243,8 +1243,6 @@ WebSocketChannel::~WebSocketChannel()
mListenerMT = nullptr;
- NS_ReleaseOnMainThread(mLoadGroup.forget());
- NS_ReleaseOnMainThread(mLoadInfo.forget());
NS_ReleaseOnMainThread(mService.forget());
}