зеркало из https://github.com/mozilla/pjs.git
Fixing DEBUG_roc-only bustage. NPOB.
This commit is contained in:
Родитель
15fb85b8ae
Коммит
12ddf1a155
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче