Skip to content

Commit

Permalink
Bug 1168606 - Added missing assignment of Exists result to rv. r=ttun…
Browse files Browse the repository at this point in the history
…g,asuth

Differential Revision: https://phabricator.services.mozilla.com/D41191

--HG--
extra : amend_source : 6a9760ea06c66910c9c66875ff69c827d75336cb
  • Loading branch information
sigiesec committed Aug 21, 2019
1 parent ffe8213 commit 2772860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom/indexedDB/ActorsParent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20034,7 +20034,7 @@ nsresult OpenDatabaseOp::DoDatabaseWork() {
return rv;
}

markerFile->Exists(&exists);
rv = markerFile->Exists(&exists);
if (NS_WARN_IF(NS_FAILED(rv))) {
return rv;
}
Expand Down

0 comments on commit 2772860

Please sign in to comment.