Added another tracing log message

This commit is contained in:
kipp
1998-06-09 00:49:12 +00:00
parent a99e291f40
commit cec21ec2c9
2 changed files with 6 additions and 0 deletions

View File

@@ -1195,6 +1195,9 @@ nsLineLayout::SplitLine(PRInt32 aChildReflowStatus)
#endif
}
NS_FRAME_LOG(NS_FRAME_TRACE_CALLS,
("nsLineLayout::SplitLine: returning %d",
aChildReflowStatus));
return aChildReflowStatus;
}