fix bustage to XPCOM_STANDALONE from fix to bug 43591. r=dbaron sr=brendan

This commit is contained in:
jband%netscape.com 2000-12-13 04:36:53 +00:00
Родитель 6502891944
Коммит 8fd7dc38a7
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -54,8 +54,10 @@ private:
};
nsString* nsFSStringConversion::mFSCharset = nsnull;
#ifndef XPCOM_STANDALONE
nsIUnicodeEncoder* nsFSStringConversion::mEncoder = nsnull;
nsIUnicodeDecoder* nsFSStringConversion::mDecoder = nsnull;
#endif /* XPCOM_STANDALONE */
#define GET_UCS( func , arg) \
{ \
@ -112,8 +114,10 @@ nsIUnicodeDecoder* nsFSStringConversion::mDecoder = nsnull;
void
nsFSStringConversion::CleanUp()
{
#ifndef XPCOM_STANDALONE
NS_IF_RELEASE(mEncoder);
NS_IF_RELEASE(mDecoder);
#endif /* XPCOM_STANDALONE */
}
/* static */ nsresult