This commit is contained in:
pinkerton%netscape.com 1999-07-01 00:20:45 +00:00
Родитель 3f0119ce03
Коммит 976ad341f3
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1286,7 +1286,7 @@ nsCSSFrameConstructor::ConstructTableGroupFrameOnly(nsIPresContext* aPr
nsCOMPtr<nsIAtom> tag;
aContent->GetTag(*getter_AddRefs(tag));
if (tag == nsXULAtoms::treechildren) {
if (tag.get() == nsXULAtoms::treechildren) {
// See if our parent is a tree.
nsCOMPtr<nsIContent> grandPappy;
aContent->GetParent(*getter_AddRefs(grandPappy));

Просмотреть файл

@ -1286,7 +1286,7 @@ nsCSSFrameConstructor::ConstructTableGroupFrameOnly(nsIPresContext* aPr
nsCOMPtr<nsIAtom> tag;
aContent->GetTag(*getter_AddRefs(tag));
if (tag == nsXULAtoms::treechildren) {
if (tag.get() == nsXULAtoms::treechildren) {
// See if our parent is a tree.
nsCOMPtr<nsIContent> grandPappy;
aContent->GetParent(*getter_AddRefs(grandPappy));