Backed out changeset 1f21c62b41eb (bug 330964) for emulator opt reftest-12 test failures

This commit is contained in:
Carsten "Tomcat" Book 2014-06-16 13:09:21 +02:00
parent d491520992
commit 673f063963

View File

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