mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
Bug 1362880 follow-up: Bump up the reserved size to 32
This commit is contained in:
parent
84a1f50b35
commit
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user