mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
Backed out changeset 1f21c62b41eb (bug 330964) for emulator opt reftest-12 test failures
This commit is contained in:
parent
d4b927afae
commit
557fbefc57
@ -828,7 +828,7 @@ CalcUnpaginagedHeight(nsPresContext* aPresContext,
|
||||
int32_t rowIndex;
|
||||
firstCellInFlow->GetRowIndex(rowIndex);
|
||||
int32_t rowSpan = aTableFrame.GetEffectiveRowSpan(*firstCellInFlow);
|
||||
nscoord cellSpacing = firstTableInFlow->GetCellSpacingY();
|
||||
nscoord cellSpacing = firstTableInFlow->GetCellSpacingX();
|
||||
|
||||
nscoord computedHeight = ((rowSpan - 1) * cellSpacing) - aVerticalBorderPadding;
|
||||
int32_t rowX;
|
||||
|
Loading…
x
Reference in New Issue
Block a user