Extra patch to quiet an assertion, b=323733, r+sr=roc

This commit is contained in:
rbs%maths.uq.edu.au 2006-04-30 20:34:46 +00:00
parent 287ceb402b
commit 1877e44608

View File

@ -184,6 +184,10 @@ printf("\n");
// place and size children
FinalizeReflow(*aReflowState.rendContext, aDesiredSize);
// XXX set a tentative size for the overflow area. The frame might still be
// stretched later.
aDesiredSize.mOverflowArea.SetRect(0, 0, aDesiredSize.width, aDesiredSize.height);
FinishAndStoreOverflow(&aDesiredSize);
aStatus = NS_FRAME_COMPLETE;