зеркало из https://github.com/mozilla/pjs.git
Set the webshell's default character set.
This commit is contained in:
Родитель
c827fdf481
Коммит
592245f004
|
@ -893,5 +893,9 @@ nsMessenger::SendUnsentMessages()
|
||||||
|
|
||||||
NS_IMETHODIMP nsMessenger::SetDocumentCharset(const PRUnichar *characterSet)
|
NS_IMETHODIMP nsMessenger::SetDocumentCharset(const PRUnichar *characterSet)
|
||||||
{
|
{
|
||||||
return NS_OK;
|
// Set a default charset of the webshell.
|
||||||
|
if (nsnull != mWebShell) {
|
||||||
|
mWebShell->SetDefaultCharacterSet(characterSet);
|
||||||
|
}
|
||||||
|
return NS_OK;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче