Bug 1495810 - Port bug 1489047 to C-C: Replace DOMString occurrences in XPIDL with AString. r=jorgk
This commit is contained in:
Родитель
b251f269a7
Коммит
9296bb1fde
|
@ -27,5 +27,5 @@ interface nsIRDFXMLSerializer : nsISupports
|
|||
* @param aPrefix the attribute namespace prefix
|
||||
* @param aURI the namespace URI
|
||||
*/
|
||||
[noscript] void addNameSpace(in nsAtomPtr aPrefix, in DOMString aURI);
|
||||
[noscript] void addNameSpace(in nsAtomPtr aPrefix, in AString aURI);
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче