mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1121256: Remove commented-out debugging printfs from 1998, in nsSubDocumentFrame::Reflow. (comment-only, no review, DONTBUILD)
This commit is contained in:
parent
d9224d10dd
commit
399f92f171
@ -758,7 +758,6 @@ nsSubDocumentFrame::Reflow(nsPresContext* aPresContext,
|
||||
{
|
||||
DO_GLOBAL_REFLOW_COUNT("nsSubDocumentFrame");
|
||||
DISPLAY_REFLOW(aPresContext, this, aReflowState, aDesiredSize, aStatus);
|
||||
// printf("OuterFrame::Reflow %X (%d,%d) \n", this, aReflowState.AvailableWidth(), aReflowState.AvailableHeight());
|
||||
NS_FRAME_TRACE(NS_FRAME_TRACE_CALLS,
|
||||
("enter nsSubDocumentFrame::Reflow: maxSize=%d,%d",
|
||||
aReflowState.AvailableWidth(), aReflowState.AvailableHeight()));
|
||||
@ -814,9 +813,6 @@ nsSubDocumentFrame::Reflow(nsPresContext* aPresContext,
|
||||
mPostedReflowCallback = true;
|
||||
}
|
||||
|
||||
// printf("OuterFrame::Reflow DONE %X (%d,%d)\n", this,
|
||||
// aDesiredSize.Width(), aDesiredSize.Height());
|
||||
|
||||
NS_FRAME_TRACE(NS_FRAME_TRACE_CALLS,
|
||||
("exit nsSubDocumentFrame::Reflow: size=%d,%d status=%x",
|
||||
aDesiredSize.Width(), aDesiredSize.Height(), aStatus));
|
||||
|
Loading…
Reference in New Issue
Block a user