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:
Jan Varga 2024-09-17 21:50:12 +00:00
Родитель 42508b4768
Коммит 7b7c855af9
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -511,6 +511,7 @@ void AsyncRequestHelper::Finish() {
}
mManager = nullptr;
mPromise = nullptr;
mState = State::Complete;
}