зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1654626 - fix crash in [@ mozilla::storage::Connection::ExecuteAsync]. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D84589
This commit is contained in:
Родитель
828f2319c0
Коммит
a605833bc3
|
@ -1815,6 +1815,7 @@ Connection::ExecuteAsync(
|
||||||
for (uint32_t i = 0; i < aStatements.Length(); i++) {
|
for (uint32_t i = 0; i < aStatements.Length(); i++) {
|
||||||
nsCOMPtr<StorageBaseStatementInternal> stmt =
|
nsCOMPtr<StorageBaseStatementInternal> stmt =
|
||||||
do_QueryInterface(aStatements[i]);
|
do_QueryInterface(aStatements[i]);
|
||||||
|
NS_ENSURE_STATE(stmt);
|
||||||
|
|
||||||
// Obtain our StatementData.
|
// Obtain our StatementData.
|
||||||
StatementData data;
|
StatementData data;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче