Fixing DEBUG_roc-only bustage. NPOB.

This commit is contained in:
roc+%cs.cmu.edu 2006-12-10 22:06:53 +00:00
Родитель 15fb85b8ae
Коммит 12ddf1a155
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -430,8 +430,8 @@ nsColumnSetFrame::ReflowChildren(nsHTMLReflowMetrics& aDesiredSize,
kidReflowState.mFlags.mIsTopOfPage = PR_TRUE;
#ifdef DEBUG_roc
printf("*** Reflowing child #%d %p: reason = %d, availHeight=%d\n",
columnCount, (void*)child, tmpReason, availSize.height);
printf("*** Reflowing child #%d %p: availHeight=%d\n",
columnCount, (void*)child,availSize.height);
#endif
// Note if the column's next in flow is not being changed by this incremental reflow.