From 9c4e00ffa00a6d1ad50daa9848a390979c187b1d Mon Sep 17 00:00:00 2001 From: "smontagu%smontagu.org" Date: Wed, 21 Nov 2007 11:00:16 +0000 Subject: [PATCH] Use Unicode escapes instead of octal escapes to print non-ASCII text in frame tree dumps. Bug 403871, r+sr=roc, a=dsicore git-svn-id: svn://10.0.0.236/trunk@239776 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/generic/nsTextFrame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/layout/generic/nsTextFrame.h b/mozilla/layout/generic/nsTextFrame.h index 568d94568d1..53e1af28e62 100644 --- a/mozilla/layout/generic/nsTextFrame.h +++ b/mozilla/layout/generic/nsTextFrame.h @@ -269,7 +269,7 @@ public: PRInt16 GetSelectionStatus(PRInt16* aSelectionFlags); #ifdef DEBUG - void ToCString(nsString& aBuf, PRInt32* aTotalContentLength) const; + void ToCString(nsCString& aBuf, PRInt32* aTotalContentLength) const; #endif PRInt32 GetContentOffset() const { return mContentOffset; }