mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Bug 128316 - xml-rpc can't create struct type
r=rginda rs=darin a=asa
This commit is contained in:
parent
f2d3a0287d
commit
6f4b732a89
@ -20,9 +20,9 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* nsXmlRpcClient XPCOM component
|
* 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');
|
'nsISupportsArray');
|
||||||
|
|
||||||
case this.STRUCT:
|
case this.STRUCT:
|
||||||
|
uuid.value = Components.interfaces.nsIDictionary
|
||||||
return createInstance('@mozilla.org/dictionary;1',
|
return createInstance('@mozilla.org/dictionary;1',
|
||||||
'nsIDictionary');
|
'nsIDictionary');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user