зеркало из https://github.com/mozilla/gecko-dev.git
Bug 753665 - Ensure the mParent reference is nulled out when destroying a child window. r=blassey
This commit is contained in:
Родитель
39b0d0c173
Коммит
fd5da9d22c
|
@ -250,8 +250,7 @@ nsWindow::Destroy(void)
|
|||
if (IsTopLevel())
|
||||
gTopLevelWindows.RemoveElement(this);
|
||||
|
||||
if (mParent)
|
||||
mParent->mChildren.RemoveElement(this);
|
||||
SetParent(nsnull);
|
||||
|
||||
nsBaseWidget::OnDestroy();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче