(no bug) Fix comment in typo, and remove stale XXXdholbert comment. Comment-only, DONTBUILD

This commit is contained in:
Daniel Holbert 2013-01-17 21:32:31 -08:00
parent 23f321407b
commit 5dd1b8b1fe

View File

@ -2211,9 +2211,8 @@ nsFlexContainerFrame::Reflow(nsPresContext* aPresContext,
// XXXdholbert Might need to actually set the correct margins in the
// reflow state at some point, so that they can be saved on the frame for
// UsedMarginPropeorty(). Maybe doesn't matter though...?
// UsedMarginProperty(). Maybe doesn't matter though...?
// XXXdholbert Assuming horizontal
nscoord mainPosn = curItem.GetMainPosition();
nscoord crossPosn = curItem.GetCrossPosition();
if (!AxisGrowsInPositiveDirection(axisTracker.GetMainAxis())) {