зеркало из https://github.com/mozilla/gecko-dev.git
bug #17847, fix clobbering of mSlots->mAttributes in GetAttributes(). r=waterson, a=chofmann
This commit is contained in:
Родитель
f98b1c149e
Коммит
932ec344f4
|
@ -754,9 +754,11 @@ nsXULElement::GetAttributes(nsIDOMNamedNodeMap** aAttributes)
|
|||
rv = EnsureSlots();
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
if (! Attributes()) {
|
||||
rv = nsXULAttributes::Create(NS_STATIC_CAST(nsIStyledContent*, this), &(mSlots->mAttributes));
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
}
|
||||
}
|
||||
|
||||
*aAttributes = Attributes();
|
||||
NS_ADDREF(*aAttributes);
|
||||
|
|
|
@ -754,9 +754,11 @@ nsXULElement::GetAttributes(nsIDOMNamedNodeMap** aAttributes)
|
|||
rv = EnsureSlots();
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
if (! Attributes()) {
|
||||
rv = nsXULAttributes::Create(NS_STATIC_CAST(nsIStyledContent*, this), &(mSlots->mAttributes));
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
}
|
||||
}
|
||||
|
||||
*aAttributes = Attributes();
|
||||
NS_ADDREF(*aAttributes);
|
||||
|
|
Загрузка…
Ссылка в новой задаче