mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 937582. r=mcmanus
This commit is contained in:
parent
55a288a123
commit
c736392bfc
@ -473,7 +473,8 @@ nsPrefetchService::ProcessNextURI()
|
||||
//
|
||||
// if opening the channel fails, then just skip to the next uri
|
||||
//
|
||||
rv = mCurrentNode->OpenChannel();
|
||||
nsRefPtr<nsPrefetchNode> node = mCurrentNode;
|
||||
rv = node->OpenChannel();
|
||||
}
|
||||
while (NS_FAILED(rv));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user