зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1750525: Do not IPC_FAIL on dispatch failure in Utils::RecvDeleteMe. r=dom-storage-reviewers,janv
Differential Revision: https://phabricator.services.mozilla.com/D136591
This commit is contained in:
Родитель
9d53f0a23b
Коммит
2e2cd2d694
|
@ -21483,10 +21483,8 @@ mozilla::ipc::IPCResult Utils::RecvDeleteMe() {
|
|||
AssertIsOnBackgroundThread();
|
||||
MOZ_ASSERT(!mActorDestroyed);
|
||||
|
||||
IProtocol* mgr = Manager();
|
||||
if (!PBackgroundIndexedDBUtilsParent::Send__delete__(this)) {
|
||||
return IPC_FAIL_NO_REASON(mgr);
|
||||
}
|
||||
QM_WARNONLY_TRY(OkIf(PBackgroundIndexedDBUtilsParent::Send__delete__(this)));
|
||||
|
||||
return IPC_OK();
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче