Backing out Bug 405517 to see if it causes a Ts regression

This commit is contained in:
dholbert@cs.stanford.edu 2007-12-03 11:34:45 -08:00
parent 48dc201b05
commit ee544e4bea

View File

@ -4038,6 +4038,7 @@ nsBlockFrame::PlaceLine(nsBlockReflowState& aState,
nscoord dy = aState.GetFlag(BRS_APPLYTOPMARGIN)
? -aState.mPrevBottomMargin.get() : 0;
newY = aState.mY + dy;
aLine->SlideBy(dy); // XXXldb Do we really want to do this?
}
// See if the line fit. If it doesn't we need to push it. Our first