Loading content/xbl/src/nsXBLBinding.cpp +5 −9 Original line number Diff line number Diff line Loading @@ -520,14 +520,10 @@ nsXBLBinding::GenerateAnonymousContent(nsIContent* aBoundElement) } nsCOMPtr<nsIContent> childrenElement; if (!buildContent) { // see if we have a <children/> element GetNestedChild(kChildrenAtom, content, getter_AddRefs(childrenElement)); if (childrenElement) { if (childrenElement) buildContent = PR_TRUE; } } if (buildContent) { // Always check the content element for potential attributes. Loading layout/xbl/src/nsXBLBinding.cpp +5 −9 Original line number Diff line number Diff line Loading @@ -520,14 +520,10 @@ nsXBLBinding::GenerateAnonymousContent(nsIContent* aBoundElement) } nsCOMPtr<nsIContent> childrenElement; if (!buildContent) { // see if we have a <children/> element GetNestedChild(kChildrenAtom, content, getter_AddRefs(childrenElement)); if (childrenElement) { if (childrenElement) buildContent = PR_TRUE; } } if (buildContent) { // Always check the content element for potential attributes. Loading Loading
content/xbl/src/nsXBLBinding.cpp +5 −9 Original line number Diff line number Diff line Loading @@ -520,14 +520,10 @@ nsXBLBinding::GenerateAnonymousContent(nsIContent* aBoundElement) } nsCOMPtr<nsIContent> childrenElement; if (!buildContent) { // see if we have a <children/> element GetNestedChild(kChildrenAtom, content, getter_AddRefs(childrenElement)); if (childrenElement) { if (childrenElement) buildContent = PR_TRUE; } } if (buildContent) { // Always check the content element for potential attributes. Loading
layout/xbl/src/nsXBLBinding.cpp +5 −9 Original line number Diff line number Diff line Loading @@ -520,14 +520,10 @@ nsXBLBinding::GenerateAnonymousContent(nsIContent* aBoundElement) } nsCOMPtr<nsIContent> childrenElement; if (!buildContent) { // see if we have a <children/> element GetNestedChild(kChildrenAtom, content, getter_AddRefs(childrenElement)); if (childrenElement) { if (childrenElement) buildContent = PR_TRUE; } } if (buildContent) { // Always check the content element for potential attributes. Loading