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

r=rginda rs=darin a=asa
This commit is contained in:
samuel%sieb.net 2002-03-26 07:09:26 +00:00
parent f2d3a0287d
commit 6f4b732a89

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');