зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1423167: Fix osx-only bustage. r=me
MozReview-Commit-ID: IUCWvrunuht
This commit is contained in:
Родитель
06d689e11c
Коммит
c5eb38b456
|
@ -383,7 +383,7 @@ void nsMenuX::MenuClosed()
|
|||
mConstructed = false;
|
||||
|
||||
if (mContent->IsElement()) {
|
||||
mContent->UnsetAttr(kNameSpaceID_None, nsGkAtoms::open, true);
|
||||
mContent->AsElement()->UnsetAttr(kNameSpaceID_None, nsGkAtoms::open, true);
|
||||
}
|
||||
|
||||
nsEventStatus status = nsEventStatus_eIgnore;
|
||||
|
|
Загрузка…
Ссылка в новой задаче