Skip to content

Commit f9e16e1

Browse files
committed
Bug 1111971 - patch 2 - private DTOR for ListenerAndContextContainer, CLOSED TREE
1 parent 4fbc443 commit f9e16e1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

netwerk/protocol/websocket/BaseWebSocketChannel.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,11 @@ class BaseWebSocketChannel : public nsIWebSocketChannel,
6565
ListenerAndContextContainer(nsIWebSocketListener* aListener,
6666
nsISupports* aContext);
6767

68-
~ListenerAndContextContainer();
69-
7068
nsCOMPtr<nsIWebSocketListener> mListener;
7169
nsCOMPtr<nsISupports> mContext;
70+
71+
private:
72+
~ListenerAndContextContainer();
7273
};
7374

7475
protected:

0 commit comments

Comments
 (0)