зеркало из https://github.com/mozilla/gecko-dev.git
Bug 471543, r=enndeakin, sr=roc,
This commit is contained in:
Родитель
2703858e2a
Коммит
e9a866b929
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче