Bug 1337688 - Update a TODO comment according to the experimental data. r=me

--HG--
extra : rebase_source : 992071259dbfdf0a0a9bc3585c3dcb27938525ff
This commit is contained in:
Ting-Yu Chou 2017-03-27 13:19:19 +08:00
Родитель e4da61a3e1
Коммит 7a42c3d5bf
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1485,8 +1485,8 @@ MINIDUMP_TYPE GetMinidumpType()
minidump_type = MiniDumpWithFullMemoryInfo;
}
#ifdef NIGHTLY_BUILD
// TODO: Remove the NIGHTLY_BUILD wrapping if the increased size is
// accetable.
// This is Nightly only because this doubles the size of minidumps based
// on the experimental data.
if (major > 5 || (major == 5 && minor > 1)) {
minidump_type = static_cast<MINIDUMP_TYPE>(minidump_type |
MiniDumpWithUnloadedModules |