зеркало из https://github.com/mozilla/pjs.git
fix for bug 105555. r=pavlov sr=darin. patch from sfraser
This commit is contained in:
Родитель
23d2b8802a
Коммит
b8df70fe8a
|
@ -98,8 +98,9 @@ void GetCacheSession(nsIURI *aURI, nsICacheSession **_retval)
|
|||
|
||||
nsCOMPtr<nsICacheSession> newSession;
|
||||
cacheService->CreateSession(isChrome ? "image-chrome" : "image",
|
||||
nsICache::STORE_IN_MEMORY,
|
||||
nsICache::NOT_STREAM_BASED,
|
||||
PR_FALSE, getter_AddRefs(newSession));
|
||||
getter_AddRefs(newSession));
|
||||
|
||||
if (!newSession) {
|
||||
NS_WARNING("Unable to create a cache session");
|
||||
|
|
Загрузка…
Ссылка в новой задаче