Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc

This commit is contained in:
jaggernaut@netscape.com
2001-09-29 08:28:41 +00:00
parent a7027c3102
commit a29a08f141
350 changed files with 1421 additions and 1389 deletions

View File

@@ -947,7 +947,7 @@ RDFContentSinkImpl::GetNameSpaceURI(nsIAtom* aPrefix, const char** aNameSpaceURI
if (aPrefix)
aPrefix->ToString(prefixStr);
char* prefixCStr = prefixStr.ToNewCString();
char* prefixCStr = ToNewCString(prefixStr);
PR_LOG(gLog, PR_LOG_ALWAYS,
("rdfxml: undeclared namespace prefix '%s'",