From 23a3dc6ede935e45c35f71aa917820d97a48346d Mon Sep 17 00:00:00 2001 From: "roc+%cs.cmu.edu" Date: Tue, 15 Jan 2008 01:28:42 +0000 Subject: [PATCH] fix bustage --- layout/mathml/base/src/nsMathMLmactionFrame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/mathml/base/src/nsMathMLmactionFrame.cpp b/layout/mathml/base/src/nsMathMLmactionFrame.cpp index 3515447b579..3ab2f235c04 100644 --- a/layout/mathml/base/src/nsMathMLmactionFrame.cpp +++ b/layout/mathml/base/src/nsMathMLmactionFrame.cpp @@ -283,7 +283,7 @@ nsMathMLmactionFrame::Reflow(nsPresContext* aPresContext, mBoundingMetrics.Clear(); nsIFrame* childFrame = GetSelectedFrame(); if (childFrame) { - nsSize availSize(aReflowState.ComputedWidth(), NS_UNCONSTRAINESIZE); + nsSize availSize(aReflowState.ComputedWidth(), NS_UNCONSTRAINEDSIZE); nsHTMLReflowState childReflowState(aPresContext, aReflowState, childFrame, availSize); rv = ReflowChild(childFrame, aPresContext, aDesiredSize,