mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-08 05:52:32 +00:00
fix typo, b=40721, r=karnaze, sr=kin
This commit is contained in:
parent
65d2f531bf
commit
6b2b7fd413
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user