mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 20:42:49 +00:00
add nsConverterInputStream to factory now that all 3 platforms are updated
This commit is contained in:
parent
6acf466f17
commit
f350bfb23b
@ -52,6 +52,7 @@
|
||||
#include "nsFileSpec.h"
|
||||
#include "nsIFile.h"
|
||||
#include "nsIScriptableUConv.h"
|
||||
#include "nsConverterInputStream.h"
|
||||
|
||||
#include "nsUCvMinSupport.h"
|
||||
#include "nsISO88591ToUnicode.h"
|
||||
@ -156,6 +157,7 @@ UnregisterConverter(nsIComponentManager* aCompMgr,
|
||||
}
|
||||
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsScriptableUnicodeConverter)
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsConverterInputStream)
|
||||
|
||||
// The list of components we register
|
||||
static nsModuleComponentInfo gComponents[] = {
|
||||
@ -182,6 +184,9 @@ static nsModuleComponentInfo gComponents[] = {
|
||||
{ "Unicode Encoder / Decoder for Script", NS_ISCRIPTABLEUNICODECONVERTER_CID,
|
||||
NS_ISCRIPTABLEUNICODECONVERTER_CONTRACTID, nsScriptableUnicodeConverterConstructor },
|
||||
|
||||
{ "Unicode converter input stream", NS_CONVERTERINPUTSTREAM_CID,
|
||||
NS_CONVERTERINPUTSTREAM_CONTRACTID, nsConverterInputStreamConstructor },
|
||||
|
||||
// Converters
|
||||
{ "ISO-8859-1 To Unicode Converter", NS_ISO88591TOUNICODE_CID,
|
||||
NS_ISO88591TOUNICODE_CONTRACTID, NS_NewISO88591ToUnicode,
|
||||
|
Loading…
x
Reference in New Issue
Block a user