mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
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:
parent
ac9cef0aca
commit
b82346e44d
@ -1823,7 +1823,7 @@ class DatabaseOperationBase : public Runnable,
|
||||
void NoteActorDestroyed() {
|
||||
AssertIsOnOwningThread();
|
||||
|
||||
mActorDestroyed.Flip();
|
||||
mActorDestroyed.EnsureFlipped();
|
||||
mOperationMayProceed = false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user