Skip _any_ containment properties.
git-svn-id: svn://10.0.0.236/branches/RDF_HISTORY_19990308_BRANCH@23271 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -360,8 +360,8 @@ RDFTreeBuilderImpl::AddWidgetItem(nsIContent* aElement,
|
||||
return rv;
|
||||
}
|
||||
|
||||
// Ignore ordinal properties
|
||||
if (rdf_IsOrdinalProperty(property))
|
||||
// Ignore properties that are used to indicate "tree-ness"
|
||||
if (IsWidgetProperty(aElement, property))
|
||||
continue;
|
||||
|
||||
PRInt32 nameSpaceID;
|
||||
|
||||
Reference in New Issue
Block a user