зеркало из https://github.com/mozilla/pjs.git
Bug 34714. Only add 'default' containment properties if the 'containment' attribute *isn't* set on the root. r=rjc, a=leaf
This commit is contained in:
Родитель
5714fdebe0
Коммит
17a5546da1
|
@ -5283,7 +5283,7 @@ RDFGenericBuilderImpl::ComputeContainmentProperties()
|
|||
}
|
||||
|
||||
#if defined(TREE_PROPERTY_HACK)
|
||||
if (!len || 1 /*XXX*/) {
|
||||
if (! len) {
|
||||
// Some ever-present membership tests.
|
||||
mContainmentProperties.Add(kNC_child);
|
||||
mContainmentProperties.Add(kNC_Folder);
|
||||
|
|
|
@ -5283,7 +5283,7 @@ RDFGenericBuilderImpl::ComputeContainmentProperties()
|
|||
}
|
||||
|
||||
#if defined(TREE_PROPERTY_HACK)
|
||||
if (!len || 1 /*XXX*/) {
|
||||
if (! len) {
|
||||
// Some ever-present membership tests.
|
||||
mContainmentProperties.Add(kNC_child);
|
||||
mContainmentProperties.Add(kNC_Folder);
|
||||
|
|
Загрузка…
Ссылка в новой задаче