зеркало из https://github.com/mozilla/gecko-dev.git
Bug 838756: Fix out-of-order init list for UnixSocketImpl constructor. r=qDot
This commit is contained in:
Родитель
df46265880
Коммит
6ca33d6109
|
@ -47,10 +47,10 @@ public:
|
|||
const nsACString& aAddress)
|
||||
: mConsumer(aConsumer)
|
||||
, mIOLoop(nullptr)
|
||||
, mTask(nullptr)
|
||||
, mFd(-1)
|
||||
, mConnector(aConnector)
|
||||
, mCurrentTaskIsCanceled(false)
|
||||
, mTask(nullptr)
|
||||
, mAddress(aAddress)
|
||||
{
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче