mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-24 21:58:06 +00:00
Bug 943391: Use MOZ_THIS_IN_INITIALIZER_LIST to silence MSVC warning C4355 in nsPipe3.cpp. r=froydnj
This commit is contained in:
parent
e3da224a34
commit
2c36a671c8
@ -299,8 +299,8 @@ protected:
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
nsPipe::nsPipe()
|
||||
: mInput(this)
|
||||
, mOutput(this)
|
||||
: mInput(MOZ_THIS_IN_INITIALIZER_LIST())
|
||||
, mOutput(MOZ_THIS_IN_INITIALIZER_LIST())
|
||||
, mReentrantMonitor("nsPipe.mReentrantMonitor")
|
||||
, mReadCursor(nullptr)
|
||||
, mReadLimit(nullptr)
|
||||
|
Loading…
x
Reference in New Issue
Block a user