Bug 1500116 - Allow mActorDestroyed to be set to true more than one time; r=dom-storage-reviewers,sg

Differential Revision: https://phabricator.services.mozilla.com/D108918
This commit is contained in:
Tom Tung 2021-03-18 18:45:43 +00:00
parent ac9cef0aca
commit b82346e44d

View File

@ -1823,7 +1823,7 @@ class DatabaseOperationBase : public Runnable,
void NoteActorDestroyed() {
AssertIsOnOwningThread();
mActorDestroyed.Flip();
mActorDestroyed.EnsureFlipped();
mOperationMayProceed = false;
}