зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1362876 follow-up: Bump up the reserved size to 11
This commit is contained in:
Родитель
b90cfcb8ef
Коммит
20648c397b
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче