Bug 415503, crash with popupgroup, r+sr=bz

This commit is contained in:
enndeakin@sympatico.ca 2008-02-14 13:45:29 -08:00
parent f9417e7a4d
commit ef4aef043d

View File

@ -3441,7 +3441,7 @@ IsSpecialContent(nsIContent* aContent,
aTag == nsGkAtoms::menuitem ||
aTag == nsGkAtoms::menubutton ||
aTag == nsGkAtoms::menubar ||
aTag == nsGkAtoms::popupgroup ||
(aTag == nsGkAtoms::popupgroup && aContent->IsNativeAnonymous()) ||
aTag == nsGkAtoms::iframe ||
aTag == nsGkAtoms::editor ||
aTag == nsGkAtoms::browser ||