fixing pott's onredirect build bustage.

This commit is contained in:
valeski%netscape.com 2001-04-27 23:36:31 +00:00
parent 8a0f6ff5be
commit 7019bb2260

View File

@ -453,7 +453,7 @@ nsURLFetcher::OnHeadersAvailable(nsISupports *aContext)
}
NS_IMETHODIMP
nsURLFetcher::OnRedirect(nsISupports *aContext, nsIURI *aNewLocation)
nsURLFetcher::OnRedirect(nsIChannel *aOldChannel, nsIChannel *aNewChannel)
{
mRedirection = PR_TRUE;
return NS_OK;