зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
47d5c1a2d2
Коммит
dd15a05890
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче