Bug 226167 DRefTool analysis for soap files

r=roc sr=roc
This commit is contained in:
timeless%mozdev.org 2004-04-14 05:32:13 +00:00
Родитель 5bdbe63b3c
Коммит 2b0eacfb8d
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -2160,6 +2160,9 @@ static nsresult DecodeStructParticle(nsISOAPEncoding* aEncoding, nsIDOMElement*
PRUint32 i;
if (compositor == nsISchemaModelGroup::COMPOSITOR_ALL) { // This handles out-of-order appearances.
nsCOMPtr<nsISupportsArray> all = new nsSupportsArray(); // Create something we can mutate
if (!all)
return NS_ERROR_OUT_OF_MEMORY;
all->SizeTo(particleCount);
nsCOMPtr<nsISchemaParticle> child;
PRBool mangled = PR_FALSE;