зеркало из https://github.com/mozilla/pjs.git
Fix for 95422. r/sr=the usuals (brendan et al)
This commit is contained in:
Родитель
ac1917f502
Коммит
918eb7c220
|
@ -643,6 +643,7 @@ nsXBLPrototypeBinding::AttributeChanged(nsIAtom* aAttribute, PRInt32 aNameSpaceI
|
|||
nsCOMPtr<nsIContent> realElement;
|
||||
LocateInstance(aChangedElement, content, aAnonymousContent, element, getter_AddRefs(realElement));
|
||||
|
||||
if (realElement) {
|
||||
xblAttr->GetDstAttribute(getter_AddRefs(dstAttr));
|
||||
|
||||
if (aRemoveFlag)
|
||||
|
@ -699,6 +700,7 @@ nsXBLPrototypeBinding::AttributeChanged(nsIAtom* aAttribute, PRInt32 aNameSpaceI
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
nsCOMPtr<nsIXBLAttributeEntry> tmpAttr = xblAttr;
|
||||
tmpAttr->GetNext(getter_AddRefs(xblAttr));
|
||||
|
|
Загрузка…
Ссылка в новой задаче