Bug 461422 Menulists should not be generated lazily r=Neil sr=bz

This commit is contained in:
Neil Deakin 2008-11-03 22:22:16 +00:00
Родитель c70ee9d766
Коммит 59a32220ae
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -1308,7 +1308,6 @@ nsXULContentBuilder::IsOpen(nsIContent* aElement)
// XXXhyatt Use the XBL service to obtain a base tag.
nsIAtom *tag = aElement->Tag();
if (tag == nsGkAtoms::menu ||
tag == nsGkAtoms::menulist ||
tag == nsGkAtoms::menubutton ||
tag == nsGkAtoms::toolbarbutton ||
tag == nsGkAtoms::button ||