mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 838756: Fix out-of-order init list for UnixSocketImpl constructor. r=qDot
This commit is contained in:
parent
e55ee0732d
commit
f81c5f3831
@ -47,10 +47,10 @@ public:
|
||||
const nsACString& aAddress)
|
||||
: mConsumer(aConsumer)
|
||||
, mIOLoop(nullptr)
|
||||
, mTask(nullptr)
|
||||
, mFd(-1)
|
||||
, mConnector(aConnector)
|
||||
, mCurrentTaskIsCanceled(false)
|
||||
, mTask(nullptr)
|
||||
, mAddress(aAddress)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user