mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Bug #30553 --> API sync with the change to nsIContentHandler::HandleContent.
r=travis a=jevering
This commit is contained in:
parent
333edb2c69
commit
afd4e4318c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user