зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1917477 - LSNG: Make sure Promise objects are always released on the right thread; r=dom-storage-reviewers,asuth
Differential Revision: https://phabricator.services.mozilla.com/D219841
This commit is contained in:
Родитель
42508b4768
Коммит
7b7c855af9
|
@ -511,6 +511,7 @@ void AsyncRequestHelper::Finish() {
|
|||
}
|
||||
|
||||
mManager = nullptr;
|
||||
mPromise = nullptr;
|
||||
|
||||
mState = State::Complete;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче