mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-28 11:28:38 +00:00
Tweak regression data output
This commit is contained in:
parent
d83b6d14ee
commit
c4826d0a7e
@ -155,10 +155,10 @@ nsSplittableFrame::DumpBaseRegressionData(FILE* out, PRInt32 aIndent)
|
||||
nsFrame::DumpBaseRegressionData(out, aIndent);
|
||||
if (nsnull != mNextInFlow) {
|
||||
IndentBy(out, aIndent);
|
||||
fprintf(out, "<next-in-flow addr=\"%p\"/>\n", mNextInFlow);
|
||||
fprintf(out, "<next-in-flow va=\"%d\"/>\n", PRUptrdiff(mNextInFlow));
|
||||
}
|
||||
if (nsnull != mPrevInFlow) {
|
||||
IndentBy(out, aIndent);
|
||||
fprintf(out, "<prev-in-flow addr=\"%p\"/>\n", mPrevInFlow);
|
||||
fprintf(out, "<prev-in-flow va=\"%d\"/>\n", PRUptrdiff(mPrevInFlow));
|
||||
}
|
||||
}
|
||||
|
@ -155,10 +155,10 @@ nsSplittableFrame::DumpBaseRegressionData(FILE* out, PRInt32 aIndent)
|
||||
nsFrame::DumpBaseRegressionData(out, aIndent);
|
||||
if (nsnull != mNextInFlow) {
|
||||
IndentBy(out, aIndent);
|
||||
fprintf(out, "<next-in-flow addr=\"%p\"/>\n", mNextInFlow);
|
||||
fprintf(out, "<next-in-flow va=\"%d\"/>\n", PRUptrdiff(mNextInFlow));
|
||||
}
|
||||
if (nsnull != mPrevInFlow) {
|
||||
IndentBy(out, aIndent);
|
||||
fprintf(out, "<prev-in-flow addr=\"%p\"/>\n", mPrevInFlow);
|
||||
fprintf(out, "<prev-in-flow va=\"%d\"/>\n", PRUptrdiff(mPrevInFlow));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user