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