r=troy; fixed compiliation issue for debug builds

This commit is contained in:
kipp%netscape.com 1999-11-01 22:45:20 +00:00
Родитель 1169709b0f
Коммит f60a9be93d
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -9584,11 +9584,13 @@ nsCSSFrameConstructor::ConstructInline(nsIPresContext* aPresContext,
if (gNoisyInlineConstruction) {
printf("nsCSSFrameConstructor::ConstructInline:\n");
printf(" ==> leading inline frame:\n");
/*
aNewFrame->List(aPresContext, stdout, 2);
printf(" ==> block frame:\n");
blockFrame->List(aPresContext, stdout, 2);
printf(" ==> trailing inline frame:\n");
inlineFrame->List(aPresContext, stdout, 2);
*/
}
#endif

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

@ -9584,11 +9584,13 @@ nsCSSFrameConstructor::ConstructInline(nsIPresContext* aPresContext,
if (gNoisyInlineConstruction) {
printf("nsCSSFrameConstructor::ConstructInline:\n");
printf(" ==> leading inline frame:\n");
/*
aNewFrame->List(aPresContext, stdout, 2);
printf(" ==> block frame:\n");
blockFrame->List(aPresContext, stdout, 2);
printf(" ==> trailing inline frame:\n");
inlineFrame->List(aPresContext, stdout, 2);
*/
}
#endif