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
Родитель 10af1d65fc
Коммит 1da4e7020d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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