Fix for build bustage.

This commit is contained in:
hyatt%netscape.com 1999-06-23 04:50:31 +00:00
parent 4d046ac216
commit 45569c2996
2 changed files with 2 additions and 2 deletions

View File

@ -4258,7 +4258,7 @@ nsCSSFrameConstructor::ContentInserted(nsIPresContext* aPresContext,
nsCOMPtr<nsIAtom> tag;
aContainer->GetTag(*getter_AddRefs(tag));
if (tag.get() == nsXULAtoms::treechildren ||
tag == nsXULAtoms::treeitem) {
tag.get() == nsXULAtoms::treeitem) {
// Convert to a tree row group frame.
nsTreeRowGroupFrame* treeRowGroup = (nsTreeRowGroupFrame*)parentFrame;
if (treeRowGroup->IsLazy()) {

View File

@ -4258,7 +4258,7 @@ nsCSSFrameConstructor::ContentInserted(nsIPresContext* aPresContext,
nsCOMPtr<nsIAtom> tag;
aContainer->GetTag(*getter_AddRefs(tag));
if (tag.get() == nsXULAtoms::treechildren ||
tag == nsXULAtoms::treeitem) {
tag.get() == nsXULAtoms::treeitem) {
// Convert to a tree row group frame.
nsTreeRowGroupFrame* treeRowGroup = (nsTreeRowGroupFrame*)parentFrame;
if (treeRowGroup->IsLazy()) {