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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user