зеркало из https://github.com/mozilla/gecko-dev.git
Fix build breakage by defining SetDocumentCharSet which was added to nsIDOMAppCore.
This commit is contained in:
Родитель
2eecad23dd
Коммит
f254cd2929
|
@ -120,6 +120,11 @@ nsComposeAppCore::~nsComposeAppCore()
|
|||
NS_IF_RELEASE(mWindow);
|
||||
}
|
||||
|
||||
nsresult nsComposeAppCore::SetDocumentCharset(class nsString const &)
|
||||
{
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
nsIScriptContext *
|
||||
nsComposeAppCore::GetScriptContext(nsIDOMWindow * aWin)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче