(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
Родитель 23f321407b
Коммит 5dd1b8b1fe
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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())) {