sync with nsString2
git-svn-id: svn://10.0.0.236/trunk@30523 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -221,7 +221,7 @@ nsresult nsMsgAppCore::SetDocumentCharset(class nsString const & aCharset)
|
||||
{
|
||||
// Set a default charset of the webshell.
|
||||
if (nsnull != mWebShell) {
|
||||
mWebShell->SetDefaultCharacterSet(aCharset);
|
||||
mWebShell->SetDefaultCharacterSet(aCharset.GetUnicode());
|
||||
}
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user