Fix for 17470.

git-svn-id: svn://10.0.0.236/trunk@75549 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hyatt%netscape.com
2000-08-03 23:21:23 +00:00
parent 963bb55a42
commit b61e7de349
2 changed files with 4 additions and 2 deletions

View File

@@ -9827,7 +9827,8 @@ nsCSSFrameConstructor::AttributeChanged(nsIPresContext* aPresContext,
nsCOMPtr<nsIAtom> tag;
aContent->GetTag(*getter_AddRefs(tag));
if (reframe == PR_FALSE && tag && (tag.get() == nsXULAtoms::treechildren ||
tag.get() == nsXULAtoms::treeitem))
tag.get() == nsXULAtoms::treeitem || tag.get() == nsXULAtoms::treerow ||
tag.get() == nsXULAtoms::treecell))
return NS_OK;
}
#endif // INCLUDE_XUL