mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 22:05:40 +00:00
Fix the flags passed to nsICacheSession::CreateSession; bug 110114. r=pavlov, sr=darin.
This commit is contained in:
parent
a0d29b2978
commit
c1c797af19
@ -330,8 +330,8 @@ nsSound::GetCacheSession(nsICacheSession** outCacheSession)
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
return cacheService->CreateSession("sound",
|
||||
nsICache::NOT_STREAM_BASED,
|
||||
PR_FALSE, outCacheSession);
|
||||
nsICache::STORE_IN_MEMORY,
|
||||
nsICache::NOT_STREAM_BASED, outCacheSession);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user