Issue #2653 - Part 4: Remove isApp from quota manager and its clients

This commit is contained in:
Moonchild 2024-11-18 15:00:21 +01:00 committed by roytam1
commit 53cab0f8ce
11 changed files with 97 additions and 236 deletions

View file

@ -3026,8 +3026,7 @@ nsDOMWindowUtils::GetFileReferences(const nsAString& aDatabaseName, int64_t aId,
nsCString origin;
nsresult rv =
quota::QuotaManager::GetInfoFromWindow(window, nullptr, nullptr, &origin,
nullptr);
quota::QuotaManager::GetInfoFromWindow(window, nullptr, nullptr, &origin);
NS_ENSURE_SUCCESS(rv, rv);
IDBOpenDBOptions options;