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
parent 84a1f50b35
commit 5e0d8b7dc6

View File

@ -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;
}