mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 17:59:34 +00:00
Impl QI to nsIUnicharInputStream, don't just inherit it. No bug, r=timeless,
sr=roc
This commit is contained in:
parent
94121d63ca
commit
d15811bc0d
@ -41,7 +41,8 @@
|
||||
|
||||
#define CONVERTER_BUFFER_SIZE 8192
|
||||
|
||||
NS_IMPL_ISUPPORTS1(nsConverterInputStream, nsIConverterInputStream)
|
||||
NS_IMPL_ISUPPORTS2(nsConverterInputStream, nsIConverterInputStream,
|
||||
nsIUnicharInputStream)
|
||||
|
||||
static NS_DEFINE_CID(kCharsetConverterManagerCID, NS_ICHARSETCONVERTERMANAGER_CID);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user