зеркало из https://github.com/mozilla/gecko-dev.git
Bug 763162 - crash in nsXULMenuitemAccessibleNativeInteractiveState, r=surkov
This commit is contained in:
Родитель
e9b0a16f39
Коммит
e38262d06d
|
@ -120,7 +120,7 @@ XULMenuitemAccessible::NativeInteractiveState() const
|
|||
// Note: keep in sinc with nsXULPopupManager::IsValidMenuItem() logic.
|
||||
bool skipNavigatingDisabledMenuItem = true;
|
||||
nsMenuFrame* menuFrame = do_QueryFrame(GetFrame());
|
||||
if (!menuFrame->IsOnMenuBar()) {
|
||||
if (!menuFrame || !menuFrame->IsOnMenuBar()) {
|
||||
skipNavigatingDisabledMenuItem = LookAndFeel::
|
||||
GetInt(LookAndFeel::eIntID_SkipNavigatingDisabledMenuItem, 0) != 0;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче