From 102e68e6240cde133c22ab317aece723d3e0bc77 Mon Sep 17 00:00:00 2001 From: "roc+%cs.cmu.edu" Date: Wed, 12 Sep 2007 02:36:07 +0000 Subject: [PATCH] Fix bustage, really git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@235525 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/base/nsCSSFrameConstructor.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/layout/base/nsCSSFrameConstructor.cpp b/mozilla/layout/base/nsCSSFrameConstructor.cpp index c2f0cea853c..884400e7a86 100644 --- a/mozilla/layout/base/nsCSSFrameConstructor.cpp +++ b/mozilla/layout/base/nsCSSFrameConstructor.cpp @@ -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;