mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1162211 Use sqlite private cache mode in Cache API. r=ehsan
This commit is contained in:
parent
3ec070b53e
commit
e6c3c9cec5
3
dom/cache/DBAction.cpp
vendored
3
dom/cache/DBAction.cpp
vendored
@ -121,7 +121,8 @@ DBAction::OpenConnection(const QuotaInfo& aQuotaInfo, nsIFile* aDBDir,
|
||||
rv = dbFileUrl->SetQuery(
|
||||
NS_LITERAL_CSTRING("persistenceType=") + type +
|
||||
NS_LITERAL_CSTRING("&group=") + aQuotaInfo.mGroup +
|
||||
NS_LITERAL_CSTRING("&origin=") + aQuotaInfo.mOrigin);
|
||||
NS_LITERAL_CSTRING("&origin=") + aQuotaInfo.mOrigin +
|
||||
NS_LITERAL_CSTRING("&cache=private"));
|
||||
if (NS_WARN_IF(NS_FAILED(rv))) { return rv; }
|
||||
|
||||
nsCOMPtr<mozIStorageService> ss =
|
||||
|
Loading…
Reference in New Issue
Block a user