mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
backout Bug 346054 to fix regression
This commit is contained in:
parent
04d7969ba0
commit
6f609c832f
@ -368,7 +368,7 @@ nsPopupSetFrame::ShowPopup(nsIContent* aElementContent, nsIContent* aPopupConten
|
||||
if ( childPopup && aPopupType.EqualsLiteral("context") )
|
||||
childPopup->SetIsContextMenu(PR_TRUE);
|
||||
|
||||
if (!weakFrame.IsAlive() || (entry->mPopupFrame && !weakPopupFrame.IsAlive())) {
|
||||
if (!weakFrame.IsAlive()) {
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user