diff --git a/modules/libpr0n/src/imgCache.cpp b/modules/libpr0n/src/imgCache.cpp index 694cc76a564..18da4f33e7c 100644 --- a/modules/libpr0n/src/imgCache.cpp +++ b/modules/libpr0n/src/imgCache.cpp @@ -98,8 +98,9 @@ void GetCacheSession(nsIURI *aURI, nsICacheSession **_retval) nsCOMPtr 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");