Fix some debugging code. b=380825 r+sr=bzbarsky

git-svn-id: svn://10.0.0.236/trunk@226546 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org
2007-05-16 21:17:45 +00:00
parent d3fb79a11a
commit 4fd3c2d62f

View File

@@ -1328,7 +1328,9 @@ void nsCSSDeclaration::List(FILE* out, PRInt32 aIndent) const
for (PRInt32 index = aIndent; --index >= 0; ) fputs(" ", out);
fputs("{ ", out);
fputs("nsCSSDeclaration::List not implemented", out);
nsAutoString s;
ToString(s);
fputs(NS_ConvertUTF16toUTF8(s).get(), out);
fputs("}", out);
}
#endif