зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1750525: Add reason to IPC_FAIL in NormalTransaction::RecvPBackgroundIDBCursorConstructor. r=dom-storage-reviewers,janv
Differential Revision: https://phabricator.services.mozilla.com/D136143
This commit is contained in:
Родитель
ddecb67872
Коммит
16a5c5862d
|
@ -11189,7 +11189,7 @@ mozilla::ipc::IPCResult NormalTransaction::RecvPBackgroundIDBCursorConstructor(
|
|||
MOZ_ASSERT(aParams.type() != OpenCursorParams::T__None);
|
||||
|
||||
if (!StartCursor(aActor, aParams)) {
|
||||
return IPC_FAIL_NO_REASON(this);
|
||||
return IPC_FAIL(this, "StartCursor failed!");
|
||||
}
|
||||
return IPC_OK();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче