mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 13:23:07 +00:00
WebSocketImpl::mSecure should be initialized in the CTOR.
This commit is contained in:
@@ -78,6 +78,7 @@ public:
|
||||
|
||||
explicit WebSocketImpl(WebSocket* aWebSocket)
|
||||
: mWebSocket(aWebSocket)
|
||||
, mSecure(false)
|
||||
, mOnCloseScheduled(false)
|
||||
, mFailed(false)
|
||||
, mDisconnectingOrDisconnected(false)
|
||||
|
||||
Reference in New Issue
Block a user