b=274382, loading live bookmark bypasses cache, r+a=mconnor

This commit is contained in:
vladimir@pobox.com
2005-07-27 14:20:16 +00:00
parent 2ce9376e2c
commit 0028ac04a0

View File

@@ -903,7 +903,7 @@ nsBookmarksService::UpdateLivemarkChildren(nsIRDFResource* aSource)
nsCOMPtr<nsIChannel> channel;
rv = NS_NewChannel(getter_AddRefs(channel), uri, nsnull, nsnull, nsnull,
nsIRequest::LOAD_BACKGROUND | nsIRequest::LOAD_BYPASS_CACHE);
nsIRequest::LOAD_BACKGROUND | nsIRequest::VALIDATE_ALWAYS);
if (NS_FAILED(rv)) UNLOCK_AND_RETURN_RV;
rv = channel->AsyncOpen(listener, nsnull);