Skip to content
Snippets Groups Projects
Commit 71f9373b authored by Honza Bambas's avatar Honza Bambas
Browse files

Bug 937582. r=mcmanus, a=abillings

--HG--
extra : rebase_source : 274f5e5e25197c603deaf59437b11925502ccc9e
parent 50c12e24
No related branches found
No related tags found
No related merge requests found
......@@ -469,7 +469,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));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment