Re-landing Bug 405517, after backing it out to look for Ts regression.

(no regression found)


git-svn-id: svn://10.0.0.236/trunk@240343 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dholbert%cs.stanford.edu 2007-12-03 20:41:24 +00:00
parent 777d25daf2
commit f371353c58

View File

@ -4038,7 +4038,6 @@ 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