Bug 1362880 follow-up: Bump up the reserved size to 32

This commit is contained in:
Ehsan Akhgari 2017-05-08 21:17:21 -04:00
Родитель 84a1f50b35
Коммит 5e0d8b7dc6
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -595,7 +595,7 @@ nsTableRowGroupFrame::CalculateRowBSizes(nsPresContext* aPresContext,
if (numRows <= 0)
return;
AutoTArray<RowInfo, 10> rowInfo;
AutoTArray<RowInfo, 32> rowInfo;
if (!rowInfo.AppendElements(numRows)) {
return;
}