fix typo, b=40721, r=karnaze, sr=kin

This commit is contained in:
rbs%maths.uq.edu.au 2002-10-01 19:40:28 +00:00
parent 65d2f531bf
commit 6b2b7fd413
2 changed files with 2 additions and 2 deletions

View File

@ -1342,7 +1342,7 @@ nsTableRowFrame::IR_TargetIsChild(nsIPresContext* aPresContext,
PRInt32 rowSpan = aTableFrame.GetEffectiveRowSpan(*cellFrame);
if (rowSpan == 1) {
tallestCellGotShorter =
TallestCellGotShorter(oldCellDesAscent, cellMet.descent, mMaxCellDescent);
TallestCellGotShorter(oldCellDesDescent, cellMet.descent, mMaxCellDescent);
}
}
}

View File

@ -1342,7 +1342,7 @@ nsTableRowFrame::IR_TargetIsChild(nsIPresContext* aPresContext,
PRInt32 rowSpan = aTableFrame.GetEffectiveRowSpan(*cellFrame);
if (rowSpan == 1) {
tallestCellGotShorter =
TallestCellGotShorter(oldCellDesAscent, cellMet.descent, mMaxCellDescent);
TallestCellGotShorter(oldCellDesDescent, cellMet.descent, mMaxCellDescent);
}
}
}