зеркало из https://github.com/mozilla/pjs.git
fixes bug 241147 "DecodeStructParticle fails on 'sequences' and 'choices'" r=ben sr=jst
This commit is contained in:
Родитель
11cc65e727
Коммит
238e51583f
|
@ -2218,7 +2218,7 @@ static nsresult DecodeStructParticle(nsISOAPEncoding* aEncoding, nsIDOMElement*
|
||||||
if (NS_FAILED(rc))
|
if (NS_FAILED(rc))
|
||||||
return rc;
|
return rc;
|
||||||
nsCOMPtr<nsIDOMElement> after;
|
nsCOMPtr<nsIDOMElement> after;
|
||||||
rc = DecodeStructParticle(aEncoding, aElement, child, aAttachments, aDestination, getter_AddRefs(after));
|
rc = DecodeStructParticle(aEncoding, next, child, aAttachments, aDestination, getter_AddRefs(after));
|
||||||
if (!NS_FAILED(rc)) {
|
if (!NS_FAILED(rc)) {
|
||||||
next = after;
|
next = after;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче