Bug 753665 - Ensure the mParent reference is nulled out when destroying a child window. r=blassey

This commit is contained in:
Kartikaya Gupta 2012-06-18 22:29:52 -04:00
Родитель 39b0d0c173
Коммит fd5da9d22c
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -250,8 +250,7 @@ nsWindow::Destroy(void)
if (IsTopLevel())
gTopLevelWindows.RemoveElement(this);
if (mParent)
mParent->mChildren.RemoveElement(this);
SetParent(nsnull);
nsBaseWidget::OnDestroy();