fix use of DEBUG-only data member, bug=154892 r+sr+a=roc
git-svn-id: svn://10.0.0.236/trunk@237065 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1133,7 +1133,7 @@ nsPositionedInlineFrame::Reflow(nsPresContext* aPresContext,
|
||||
// That will all be done by nsLineLayout::RelativePositionFrames.
|
||||
rv = mAbsoluteContainer.Reflow(this, aPresContext, aReflowState, aStatus,
|
||||
containingBlockWidth, containingBlockHeight,
|
||||
PR_TRUE, PR_TRUE, // XXX could be optimized
|
||||
PR_TRUE, PR_TRUE, PR_TRUE, // XXX could be optimized
|
||||
&aDesiredSize.mOverflowArea);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user