This commit is contained in:
pinkerton%netscape.com 2003-10-21 21:56:16 +00:00
Родитель 1a5bf9ea5d
Коммит 7dbaf8bc96
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -147,7 +147,7 @@ NS_IMETHODIMP RemoteURILoadManager::OnStreamComplete(nsIStreamLoader *loader, ns
// remove the stream loader from the hash table
nsStringKey uriKey(loaderContext->GetURI());
PRBool removed = mStreamLoaderHash.Remove(&uriKey);
mStreamLoaderHash.Remove(&uriKey);
}
return NS_OK;

Просмотреть файл

@ -231,7 +231,7 @@ static nsresult MakeFaviconURIFromURI(const nsAString& inURIString, nsAString& o
{
if (mMissedIconsCacheHelper)
{
nsresult rv = mMissedIconsCacheHelper->PutInCache(NS_ConvertUCS2toUTF8(inURI), inExpSeconds);
mMissedIconsCacheHelper->PutInCache(NS_ConvertUCS2toUTF8(inURI), inExpSeconds);
}
}