зеркало из https://github.com/mozilla/pjs.git
r=troy; fixed compiliation issue for debug builds
This commit is contained in:
Родитель
1169709b0f
Коммит
f60a9be93d
|
@ -9584,11 +9584,13 @@ nsCSSFrameConstructor::ConstructInline(nsIPresContext* aPresContext,
|
||||||
if (gNoisyInlineConstruction) {
|
if (gNoisyInlineConstruction) {
|
||||||
printf("nsCSSFrameConstructor::ConstructInline:\n");
|
printf("nsCSSFrameConstructor::ConstructInline:\n");
|
||||||
printf(" ==> leading inline frame:\n");
|
printf(" ==> leading inline frame:\n");
|
||||||
|
/*
|
||||||
aNewFrame->List(aPresContext, stdout, 2);
|
aNewFrame->List(aPresContext, stdout, 2);
|
||||||
printf(" ==> block frame:\n");
|
printf(" ==> block frame:\n");
|
||||||
blockFrame->List(aPresContext, stdout, 2);
|
blockFrame->List(aPresContext, stdout, 2);
|
||||||
printf(" ==> trailing inline frame:\n");
|
printf(" ==> trailing inline frame:\n");
|
||||||
inlineFrame->List(aPresContext, stdout, 2);
|
inlineFrame->List(aPresContext, stdout, 2);
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -9584,11 +9584,13 @@ nsCSSFrameConstructor::ConstructInline(nsIPresContext* aPresContext,
|
||||||
if (gNoisyInlineConstruction) {
|
if (gNoisyInlineConstruction) {
|
||||||
printf("nsCSSFrameConstructor::ConstructInline:\n");
|
printf("nsCSSFrameConstructor::ConstructInline:\n");
|
||||||
printf(" ==> leading inline frame:\n");
|
printf(" ==> leading inline frame:\n");
|
||||||
|
/*
|
||||||
aNewFrame->List(aPresContext, stdout, 2);
|
aNewFrame->List(aPresContext, stdout, 2);
|
||||||
printf(" ==> block frame:\n");
|
printf(" ==> block frame:\n");
|
||||||
blockFrame->List(aPresContext, stdout, 2);
|
blockFrame->List(aPresContext, stdout, 2);
|
||||||
printf(" ==> trailing inline frame:\n");
|
printf(" ==> trailing inline frame:\n");
|
||||||
inlineFrame->List(aPresContext, stdout, 2);
|
inlineFrame->List(aPresContext, stdout, 2);
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче