зеркало из 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) {
|
||||
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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче