зеркало из https://github.com/mozilla/gecko-dev.git
fix bustage to XPCOM_STANDALONE from fix to bug 43591. r=dbaron sr=brendan
This commit is contained in:
Родитель
6502891944
Коммит
8fd7dc38a7
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче