зеркало из 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))
|
||||
return rc;
|
||||
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)) {
|
||||
next = after;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче