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:
Justin Lebar 2011-06-30 19:54:42 -04:00
parent 6886521903
commit cdf63080c2

View File

@ -519,8 +519,8 @@ nsMemoryReporter::nsMemoryReporter(nsCString& process,
, mPath(path)
, mKind(kind)
, mUnits(units)
, mDesc(desc)
, mAmount(amount)
, mDesc(desc)
{
}