Bug 1772461 - Crash in [@ nsTreeSelection::TimedSelect]. r=NeilDeakin

Differential Revision: https://phabricator.services.mozilla.com/D148372
This commit is contained in:
Magnus Melin 2022-06-08 20:19:19 +00:00
Родитель 00d52c9b43
Коммит e9e3669c52
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -296,6 +296,9 @@ NS_IMETHODIMP nsTreeSelection::TimedSelect(int32_t aIndex, int32_t aMsec) {
if (!mSuppressed) {
if (mSelectTimer) mSelectTimer->Cancel();
if (!mTree) {
return NS_ERROR_UNEXPECTED;
}
nsIEventTarget* target =
mTree->OwnerDoc()->EventTargetFor(TaskCategory::Other);
NS_NewTimerWithFuncCallback(getter_AddRefs(mSelectTimer), SelectCallback,