Bug 1362876 follow-up: Bump up the reserved size to 11

This commit is contained in:
Ehsan Akhgari 2017-05-08 21:49:08 -04:00
Родитель b90cfcb8ef
Коммит 20648c397b
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -596,7 +596,9 @@ private:
// Translation from local to global coordinate space.
nscoord mLineLeft, mBlockStart;
AutoTArray<FloatInfo, 10> mFloats;
// We use 11 here in order to fill up the jemalloc allocatoed chunk nicely,
// see https://bugzilla.mozilla.org/show_bug.cgi?id=1362876#c6.
AutoTArray<FloatInfo, 11> mFloats;
nsIntervalSet mFloatDamage;
// Did we try to place a float that could not fit at all and had to be