зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
d41adc49a6
Коммит
1d500fd34a
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче