mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
Issue #2653 - Part 4: Remove isApp from quota manager and its clients
This commit is contained in:
parent
7f086f216c
commit
53cab0f8ce
11 changed files with 97 additions and 236 deletions
3
dom/cache/ManagerId.cpp
vendored
3
dom/cache/ManagerId.cpp
vendored
|
|
@ -29,8 +29,7 @@ ManagerId::Create(nsIPrincipal* aPrincipal, ManagerId** aManagerIdOut)
|
|||
nsresult rv = QuotaManager::GetInfoFromPrincipal(aPrincipal,
|
||||
nullptr, // suffix
|
||||
nullptr, // group
|
||||
"aOrigin,
|
||||
nullptr); // is app
|
||||
"aOrigin);
|
||||
if (NS_WARN_IF(NS_FAILED(rv))) { return rv; }
|
||||
|
||||
RefPtr<ManagerId> ref = new ManagerId(aPrincipal, quotaOrigin);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue