Bug 471543, r=enndeakin, sr=roc,

This commit is contained in:
Olli Pettay 2008-12-31 11:29:22 +02:00
Родитель 2703858e2a
Коммит e9a866b929
1 изменённых файлов: 7 добавлений и 0 удалений

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

@ -84,6 +84,7 @@
#include "nsIDocShellTreeOwner.h"
#include "nsIBaseWindow.h"
#include "nsISound.h"
#include "nsIRootBox.h"
PRInt8 nsMenuPopupFrame::sDefaultLevelParent = -1;
@ -1487,6 +1488,12 @@ nsMenuPopupFrame::Destroy()
if (pm)
pm->PopupDestroyed(this);
nsIRootBox* rootBox =
nsIRootBox::GetRootBox(PresContext()->GetPresShell());
if (rootBox && rootBox->GetDefaultTooltip() == mContent) {
rootBox->SetDefaultTooltip(nsnull);
}
nsBoxFrame::Destroy();
}