Added DumpRegressionData; revised ListTag; added GetFrameName
git-svn-id: svn://10.0.0.236/trunk@14946 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -41,7 +41,9 @@ nsTextRun::List(FILE* out, PRInt32 aIndent)
|
||||
fprintf(out, "%p: count=%d <", this, n);
|
||||
for (i = 0; i < n; i++) {
|
||||
nsIFrame* text = (nsIFrame*) mArray.ElementAt(i);
|
||||
text->ListTag(out);
|
||||
nsAutoString tmp;
|
||||
text->GetFrameName(tmp);
|
||||
fputs(tmp, out);
|
||||
printf(" ");
|
||||
}
|
||||
fputs(">\n", out);
|
||||
|
||||
Reference in New Issue
Block a user