mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 668524 - Fix warning in nsMemoryReporterManager.cpp due to wrong order of initialization list. r=njn
--HG-- extra : rebase_source : c6609fbf0b470d1aa23937eea168f3780a2bc575
This commit is contained in:
parent
6886521903
commit
cdf63080c2
@ -519,8 +519,8 @@ nsMemoryReporter::nsMemoryReporter(nsCString& process,
|
||||
, mPath(path)
|
||||
, mKind(kind)
|
||||
, mUnits(units)
|
||||
, mDesc(desc)
|
||||
, mAmount(amount)
|
||||
, mDesc(desc)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user