COMized nsIPresShell and nsIPresContext
git-svn-id: svn://10.0.0.236/trunk@20570 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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 va=\"%d\"/>\n", PRUptrdiff(mNextInFlow));
|
||||
fprintf(out, "<next-in-flow va=\"%ld\"/>\n", PRUptrdiff(mNextInFlow));
|
||||
}
|
||||
if (nsnull != mPrevInFlow) {
|
||||
IndentBy(out, aIndent);
|
||||
fprintf(out, "<prev-in-flow va=\"%d\"/>\n", PRUptrdiff(mPrevInFlow));
|
||||
fprintf(out, "<prev-in-flow va=\"%ld\"/>\n", PRUptrdiff(mPrevInFlow));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user