mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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
22c815e942
commit
14dcc0f9f5
@ -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…
Reference in New Issue
Block a user