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
parent 1b344e6699
commit 8475ea5a33

View File

@@ -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