Bug 806239 - When we dump memory reports after minimizing memory usage, we shouldn't also dump the reports before minimizing. r=njn

This commit is contained in:
Justin Lebar 2012-10-28 20:18:40 -04:00
Родитель b78a6d0425
Коммит 1b2b392034
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -324,6 +324,7 @@ MemoryInfoDumper::DumpMemoryReportsToFile(
do_GetService("@mozilla.org/memory-reporter-manager;1");
NS_ENSURE_TRUE(mgr,);
mgr->MinimizeMemoryUsage(callback);
return;
}
DumpMemoryReportsToFileImpl(identifier);