Fix for 95422. r/sr=the usuals (brendan et al)

This commit is contained in:
hyatt%netscape.com 2001-08-21 06:14:38 +00:00
Родитель ac1917f502
Коммит 918eb7c220
1 изменённых файлов: 50 добавлений и 48 удалений

Просмотреть файл

@ -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));