mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
fixing pott's onredirect build bustage.
This commit is contained in:
parent
8a0f6ff5be
commit
7019bb2260
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user