зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1442010, check if the frame has been destroyed before calling UpdateFollowAnchor, r=tn
This commit is contained in:
Родитель
83cdfe7284
Коммит
1539c35e73
|
@ -935,6 +935,7 @@ nsXULPopupManager::ShowPopupCallback(nsIContent* aPopup,
|
||||||
item->SetParent(mPopups);
|
item->SetParent(mPopups);
|
||||||
mPopups = item;
|
mPopups = item;
|
||||||
SetCaptureState(oldmenu);
|
SetCaptureState(oldmenu);
|
||||||
|
NS_ENSURE_TRUE_VOID(weakFrame.IsAlive());
|
||||||
|
|
||||||
item->UpdateFollowAnchor();
|
item->UpdateFollowAnchor();
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче