Use Unicode escapes instead of octal escapes to print non-ASCII text in frame tree dumps. Bug 403871, r+sr=roc, a=dsicore

This commit is contained in:
smontagu@smontagu.org 2007-11-21 03:00:16 -08:00
parent a0b55e5dea
commit b14684c050

View File

@ -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; }