Replace uses of overloaded |fputs| and most uses of |ns[C]String::ToCString|. b=104763 r=jag rs=scc
This commit is contained in:
@@ -438,7 +438,7 @@ nsBlockFrame::List(nsIPresContext* aPresContext, FILE* out, PRInt32 aIndent) con
|
||||
nsAutoString tmp;
|
||||
if (nsnull != listName) {
|
||||
listName->ToString(tmp);
|
||||
fputs(tmp, out);
|
||||
fputs(NS_LossyConvertUCS2toASCII(tmp).get(), out);
|
||||
}
|
||||
fputs("<\n", out);
|
||||
while (nsnull != kid) {
|
||||
|
||||
Reference in New Issue
Block a user