зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1474898 - Fix typo in null-check. r=asuth
I probably should have caught this in review. Differential Revision: https://phabricator.services.mozilla.com/D2078 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
ba82f7ce21
Коммит
f88af095a8
|
@ -62,7 +62,7 @@ ServiceWorker::Create(nsIGlobalObject* aOwner,
|
|||
NS_ENSURE_TRUE(reg, nullptr);
|
||||
|
||||
RefPtr<ServiceWorkerInfo> info = reg->GetByDescriptor(aDescriptor);
|
||||
NS_ENSURE_TRUE(reg, nullptr);
|
||||
NS_ENSURE_TRUE(info, nullptr);
|
||||
|
||||
inner = new ServiceWorkerImpl(info, reg);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче