mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
Get rid of a warning.
This commit is contained in:
parent
2cba0e8647
commit
08110eb10f
@ -1391,7 +1391,6 @@ XULSortServiceImpl::SortTreeChildren(nsIContent *container, sortPtr sortInfo)
|
||||
if (NS_FAILED(rv = child->GetNameSpaceID(nameSpaceID))) continue;
|
||||
if (nameSpaceID != kNameSpaceID_XUL) continue;
|
||||
|
||||
nsCOMPtr<nsIAtom> tag;
|
||||
if (NS_FAILED(rv = child->GetTag(*getter_AddRefs(tag)))) continue;
|
||||
if (tag.get() != kTreeChildrenAtom) continue;
|
||||
|
||||
|
@ -1391,7 +1391,6 @@ XULSortServiceImpl::SortTreeChildren(nsIContent *container, sortPtr sortInfo)
|
||||
if (NS_FAILED(rv = child->GetNameSpaceID(nameSpaceID))) continue;
|
||||
if (nameSpaceID != kNameSpaceID_XUL) continue;
|
||||
|
||||
nsCOMPtr<nsIAtom> tag;
|
||||
if (NS_FAILED(rv = child->GetTag(*getter_AddRefs(tag)))) continue;
|
||||
if (tag.get() != kTreeChildrenAtom) continue;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user