зеркало из https://github.com/mozilla/gecko-dev.git
Bug Remove unused code from nsPrefetchNode::AsyncOnChannelRedirect, r=bzbarsky
Looks like this was overlooked in bug 442803
This commit is contained in:
Родитель
69a7d078c2
Коммит
8bf9f62938
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче