OS/2 build break continued
This commit is contained in:
Родитель
b6876f0d28
Коммит
3d186a5ac8
|
@ -52,7 +52,6 @@ NS_METHOD
|
|||
nsCP1125ToUnicodeConstructor(nsISupports* aOuter, REFNSIID aIID,
|
||||
void **aResult)
|
||||
{
|
||||
return CreateOneByteDecoder(u1ByteCharset,
|
||||
(uMappingTable*) &g_utMappingTable,
|
||||
return CreateOneByteDecoder((uMappingTable*) &g_utMappingTable,
|
||||
aOuter, aIID, aResult);
|
||||
}
|
||||
|
|
|
@ -52,7 +52,6 @@ NS_METHOD
|
|||
nsCP1131ToUnicodeConstructor(nsISupports* aOuter, REFNSIID aIID,
|
||||
void **aResult)
|
||||
{
|
||||
return CreateOneByteDecoder(u1ByteCharset,
|
||||
(uMappingTable*) &g_utMappingTable,
|
||||
return CreateOneByteDecoder((uMappingTable*) &g_utMappingTable,
|
||||
aOuter, aIID, aResult);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче