Merge mozilla-central

This commit is contained in:
Ben Turner
2009-10-05 16:08:52 -07:00
1685 changed files with 166362 additions and 41511 deletions

View File

@@ -433,7 +433,7 @@ AddTreeItemToTreeOwner(nsIDocShellTreeItem* aItem, nsIContent* aOwningContent,
nsAutoString value;
PRBool isContent = PR_FALSE;
if (aOwningContent->IsNodeOfType(nsINode::eXUL)) {
if (aOwningContent->IsXUL()) {
aOwningContent->GetAttr(kNameSpaceID_None, nsGkAtoms::type, value);
}