Bug 1495810 - Port bug 1489047 to C-C: Replace DOMString occurrences in XPIDL with AString. r=jorgk

This commit is contained in:
Richard Marti 2018-10-02 19:11:59 +02:00
Родитель b251f269a7
Коммит 9296bb1fde
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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);
};