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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user