Fix bustage. NS_IMETHODIMP and nsresult don't mix on windows.
git-svn-id: svn://10.0.0.236/trunk@65122 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -274,7 +274,7 @@ nsEditorShell::Init()
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsresult
|
||||
nsEditorShell::PrepareDocumentForEditing(nsIDocumentLoader* aLoader, nsIURI *aUrl)
|
||||
{
|
||||
if (!mContentAreaWebShell)
|
||||
|
||||
Reference in New Issue
Block a user