Bug 400057 - ""ASSERTION: Frame is not in the block" with xul and mathml" (MathML fix) [p=roc r+sr=bzbarsky a=blocking1.9+]

This commit is contained in:
reed@reedloden.com 2007-11-08 22:53:04 -08:00
Родитель 2b71f12671
Коммит 12ddd61add
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1046,7 +1046,7 @@ nsMathMLContainerFrame::Reflow(nsPresContext* aPresContext,
// Asking each child to cache its bounding metrics
nsReflowStatus childStatus;
nsSize availSize(aReflowState.ComputedWidth(), aReflowState.ComputedHeight());
nsSize availSize(aReflowState.ComputedWidth(), NS_UNCONSTRAINEDSIZE);
nsHTMLReflowMetrics childDesiredSize(aDesiredSize.mFlags);
nsIFrame* childFrame = mFrames.FirstChild();
while (childFrame) {