зеркало из https://github.com/mozilla/gecko-dev.git
fix build bustage.
This commit is contained in:
Родитель
3f0119ce03
Коммит
976ad341f3
|
@ -1286,7 +1286,7 @@ nsCSSFrameConstructor::ConstructTableGroupFrameOnly(nsIPresContext* aPr
|
||||||
nsCOMPtr<nsIAtom> tag;
|
nsCOMPtr<nsIAtom> tag;
|
||||||
aContent->GetTag(*getter_AddRefs(tag));
|
aContent->GetTag(*getter_AddRefs(tag));
|
||||||
|
|
||||||
if (tag == nsXULAtoms::treechildren) {
|
if (tag.get() == nsXULAtoms::treechildren) {
|
||||||
// See if our parent is a tree.
|
// See if our parent is a tree.
|
||||||
nsCOMPtr<nsIContent> grandPappy;
|
nsCOMPtr<nsIContent> grandPappy;
|
||||||
aContent->GetParent(*getter_AddRefs(grandPappy));
|
aContent->GetParent(*getter_AddRefs(grandPappy));
|
||||||
|
|
|
@ -1286,7 +1286,7 @@ nsCSSFrameConstructor::ConstructTableGroupFrameOnly(nsIPresContext* aPr
|
||||||
nsCOMPtr<nsIAtom> tag;
|
nsCOMPtr<nsIAtom> tag;
|
||||||
aContent->GetTag(*getter_AddRefs(tag));
|
aContent->GetTag(*getter_AddRefs(tag));
|
||||||
|
|
||||||
if (tag == nsXULAtoms::treechildren) {
|
if (tag.get() == nsXULAtoms::treechildren) {
|
||||||
// See if our parent is a tree.
|
// See if our parent is a tree.
|
||||||
nsCOMPtr<nsIContent> grandPappy;
|
nsCOMPtr<nsIContent> grandPappy;
|
||||||
aContent->GetParent(*getter_AddRefs(grandPappy));
|
aContent->GetParent(*getter_AddRefs(grandPappy));
|
||||||
|
|
Загрузка…
Ссылка в новой задаче