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
Родитель d4b927afae
Коммит 557fbefc57
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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