зеркало из https://github.com/mozilla/gecko-dev.git
Bug 242613 Crash [@ EncodeStructParticle] because getEnumerator returned null
r=jst sr=jst
This commit is contained in:
Родитель
6336a2d677
Коммит
e5a80eb534
|
@ -886,7 +886,9 @@ static nsresult EncodeStructParticle(nsISOAPEncoding* aEncoding, nsIPropertyBag*
|
|||
}
|
||||
|
||||
nsCOMPtr<nsISimpleEnumerator> e;
|
||||
aPropertyBag->GetEnumerator(getter_AddRefs(e));
|
||||
rc = aPropertyBag->GetEnumerator(getter_AddRefs(e));
|
||||
if (NS_FAILED(rc))
|
||||
return rc;
|
||||
PRBool more;
|
||||
rc = e->HasMoreElements(&more);
|
||||
if (NS_FAILED(rc))
|
||||
|
|
Загрузка…
Ссылка в новой задаче