Bug 959874 - Reorder two parameters in nsContainerFrame::FinishReflowChild(), for consistency with nsContainerFrame::ReflowChild(). r=dholbert

This commit is contained in:
Peiyong Lin
2014-01-16 17:34:44 -08:00
parent 6267dd4d63
commit db78ce129a
38 changed files with 69 additions and 69 deletions

View File

@@ -150,7 +150,7 @@ nsNumberControlFrame::
MOZ_ASSERT(NS_FRAME_IS_FULLY_COMPLETE(childStatus),
"We gave our child unconstrained height, so it should be complete");
return FinishReflowChild(aOuterWrapperFrame, aPresContext,
&wrapperReflowState, aWrappersDesiredSize,
aWrappersDesiredSize, &wrapperReflowState,
xoffset, yoffset, 0);
}