Skip to content
Snippets Groups Projects
Commit f254cd29 authored by mscott%netscape.com's avatar mscott%netscape.com
Browse files

Fix build breakage by defining SetDocumentCharSet which was added to nsIDOMAppCore.

parent 2eecad23
No related branches found
No related tags found
No related merge requests found
......@@ -120,6 +120,11 @@ nsComposeAppCore::~nsComposeAppCore()
NS_IF_RELEASE(mWindow);
}
nsresult nsComposeAppCore::SetDocumentCharset(class nsString const &)
{
return NS_OK;
}
nsIScriptContext *
nsComposeAppCore::GetScriptContext(nsIDOMWindow * aWin)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment