Bug #30553 --> API sync with the change to nsIContentHandler::HandleContent.

r=travis
a=jevering
This commit is contained in:
mscott%netscape.com 2000-03-09 08:18:21 +00:00
parent 333edb2c69
commit afd4e4318c

View File

@ -350,7 +350,7 @@ nsresult nsMsgComposeService::DisposeCompose(nsIMsgCompose *compose, PRBool clos
}
NS_IMETHODIMP nsMsgComposeService::HandleContent(const char * aContentType, const char * aCommand,
const char * aWindowTarget, nsIChannel * aChannel)
const char * aWindowTarget, nsISupports * aWindowContext, nsIChannel * aChannel)
{
nsresult rv = NS_OK;
if (aChannel)