зеркало из https://github.com/mozilla/gecko-dev.git
Bug 943391: Use MOZ_THIS_IN_INITIALIZER_LIST to silence MSVC warning C4355 in nsPipe3.cpp. r=froydnj
This commit is contained in:
Родитель
e3da224a34
Коммит
2c36a671c8
|
@ -299,8 +299,8 @@ protected:
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
nsPipe::nsPipe()
|
nsPipe::nsPipe()
|
||||||
: mInput(this)
|
: mInput(MOZ_THIS_IN_INITIALIZER_LIST())
|
||||||
, mOutput(this)
|
, mOutput(MOZ_THIS_IN_INITIALIZER_LIST())
|
||||||
, mReentrantMonitor("nsPipe.mReentrantMonitor")
|
, mReentrantMonitor("nsPipe.mReentrantMonitor")
|
||||||
, mReadCursor(nullptr)
|
, mReadCursor(nullptr)
|
||||||
, mReadLimit(nullptr)
|
, mReadLimit(nullptr)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче