mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
Bustage fix for dougt, bug 295482
This commit is contained in:
parent
2b8a8b2f6b
commit
3555f66e5c
@ -52,7 +52,8 @@ DIRS = \
|
|||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
ifndef MINIMO
|
ifndef MINIMO
|
||||||
DIRS = xre \
|
DIRS += \
|
||||||
|
xre \
|
||||||
mozapps \
|
mozapps \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
endif
|
endif
|
||||||
|
@ -69,7 +69,7 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsUserInfo)
|
|||||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsAlertsService)
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsAlertsService)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(MOZ_PHOENIX) || defined(MOZ_SUNBIRD) || defined (MINIMO)
|
#ifndef MOZ_THUNDERBIRD
|
||||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsAutoCompleteController)
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsAutoCompleteController)
|
||||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsAutoCompleteMdbResult)
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsAutoCompleteMdbResult)
|
||||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsTypeAheadFind)
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsTypeAheadFind)
|
||||||
@ -89,7 +89,7 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsDownloadProxy)
|
|||||||
|
|
||||||
static void PR_CALLBACK nsToolkitCompModuleDtor(nsIModule* self)
|
static void PR_CALLBACK nsToolkitCompModuleDtor(nsIModule* self)
|
||||||
{
|
{
|
||||||
#ifdef MOZ_PHOENIX
|
#ifndef MOZ_THUNDERBIRD
|
||||||
nsFormHistory::ReleaseInstance();
|
nsFormHistory::ReleaseInstance();
|
||||||
nsPasswordManager::Shutdown();
|
nsPasswordManager::Shutdown();
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user