зеркало из https://github.com/mozilla/gecko-dev.git
Fix debug-only printf.
This commit is contained in:
Родитель
50dc137d4e
Коммит
be96194eb0
|
@ -1032,7 +1032,7 @@ nsBlockReflowState::FlowAndPlaceFloater(nsFloaterCache* aFloaterCache,
|
|||
nscoord tx, ty;
|
||||
mSpaceManager->GetTranslation(tx, ty);
|
||||
nsFrame::ListTag(stdout, mBlock);
|
||||
printf(": PlaceFloater: AddRectRegion: txy=%d,%d (%d,%d) {%d,%d,%d,%d}\n",
|
||||
printf(": FlowAndPlaceFloater: AddRectRegion: txy=%d,%d (%d,%d) {%d,%d,%d,%d}\n",
|
||||
tx, ty, mSpaceManagerX, mSpaceManagerY,
|
||||
aFloaterCache->mRegion.x, aFloaterCache->mRegion.y,
|
||||
aFloaterCache->mRegion.width, aFloaterCache->mRegion.height);
|
||||
|
|
|
@ -1032,7 +1032,7 @@ nsBlockReflowState::FlowAndPlaceFloater(nsFloaterCache* aFloaterCache,
|
|||
nscoord tx, ty;
|
||||
mSpaceManager->GetTranslation(tx, ty);
|
||||
nsFrame::ListTag(stdout, mBlock);
|
||||
printf(": PlaceFloater: AddRectRegion: txy=%d,%d (%d,%d) {%d,%d,%d,%d}\n",
|
||||
printf(": FlowAndPlaceFloater: AddRectRegion: txy=%d,%d (%d,%d) {%d,%d,%d,%d}\n",
|
||||
tx, ty, mSpaceManagerX, mSpaceManagerY,
|
||||
aFloaterCache->mRegion.x, aFloaterCache->mRegion.y,
|
||||
aFloaterCache->mRegion.width, aFloaterCache->mRegion.height);
|
||||
|
|
Загрузка…
Ссылка в новой задаче