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