mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 619590 - Bug Remove unused code from nsPrefetchNode::AsyncOnChannelRedirect, r=bzbarsky
Looks like this was overlooked in bug 442803
This commit is contained in:
parent
6c1cd3c7cf
commit
e1182946fd
@ -374,9 +374,6 @@ nsPrefetchNode::AsyncOnChannelRedirect(nsIChannel *aOldChannel,
|
||||
if (NS_FAILED(rv))
|
||||
return rv;
|
||||
|
||||
nsCOMPtr<nsICachingChannel> oldCachingChannel =
|
||||
do_QueryInterface(aOldChannel);
|
||||
|
||||
PRBool match;
|
||||
rv = newURI->SchemeIs("http", &match);
|
||||
if (NS_FAILED(rv) || !match) {
|
||||
|
Loading…
Reference in New Issue
Block a user