Fix bustage, really

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@235525 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
roc+%cs.cmu.edu
2007-09-12 02:36:07 +00:00
parent af3b52f484
commit 102e68e624

View File

@@ -9242,9 +9242,9 @@ PRBool NotifyListBoxBody(nsPresContext* aPresContext,
// Just ignore tree tags, anyway we don't create any frames for them.
if (aContainer->GetParent() &&
(tag == nsLayoutAtoms::treechildren ||
tag == nsLayoutAtoms::treeitem ||
tag == nsLayoutAtoms::treerow ||
(tag == nsXULAtoms::treechildren ||
tag == nsXULAtoms::treeitem ||
tag == nsXULAtoms::treerow ||
(namespaceID == kNameSpaceID_XUL && aUseXBLForms &&
ShouldIgnoreSelectChild(aContainer))))
return PR_TRUE;