Bug 1665295 - Remove unnecessary assertion on getting nsICertStorage on AppShutdown. r=keeler

Differential Revision: https://phabricator.services.mozilla.com/D91890
This commit is contained in:
Benjamin Beurdouche 2020-10-27 15:24:46 +00:00
parent 47d5c1a2d2
commit dd15a05890

View File

@ -164,7 +164,6 @@ void AppShutdown::MaybeFastShutdown(ShutdownPhase aPhase) {
nsCOMPtr<nsICertStorage> certStorage =
do_GetService("@mozilla.org/security/certstorage;1", &rv);
NS_ASSERTION(NS_SUCCEEDED(rv), "Could not get nsICertStorage");
if (NS_SUCCEEDED(rv)) {
SpinEventLoopUntil([&]() {
int32_t remainingOps;