Bug 128316 - xml-rpc can't create struct type

r=rginda rs=darin a=asa


git-svn-id: svn://10.0.0.236/trunk@117470 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
samuel%sieb.net 2002-03-26 07:09:26 +00:00
parent 9df715a8b7
commit fc2f475ff4

View File

@ -20,9 +20,9 @@
/*
* nsXmlRpcClient XPCOM component
* Version: $Revision: 1.23 $
* Version: $Revision: 1.24 $
*
* $Id: nsXmlRpcClient.js,v 1.23 2002-03-09 17:13:11 samuel%sieb.net Exp $
* $Id: nsXmlRpcClient.js,v 1.24 2002-03-26 07:09:26 samuel%sieb.net Exp $
*/
/*
@ -380,6 +380,7 @@ nsXmlRpcClient.prototype = {
'nsISupportsArray');
case this.STRUCT:
uuid.value = Components.interfaces.nsIDictionary
return createInstance('@mozilla.org/dictionary;1',
'nsIDictionary');