Attempt to fix BeOS bustage. b=148046

This commit is contained in:
dbaron%fas.harvard.edu 2002-07-02 04:07:20 +00:00
Родитель 811cf710ba
Коммит 5ec1a4fef0
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -148,6 +148,8 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsTimerManager);
NS_GENERIC_FACTORY_CONSTRUCTOR(nsVariant);
NS_GENERIC_FACTORY_CONSTRUCTOR(nsRecyclingAllocatorImpl);
#ifdef MOZ_TIMELINE
NS_GENERIC_FACTORY_CONSTRUCTOR(nsTimelineService);
#endif
@ -286,7 +288,7 @@ static const nsModuleComponentInfo components[] = {
COMPONENT(VARIANT, nsVariantConstructor),
COMPONENT(INTERFACEINFOMANAGER_SERVICE, nsXPTIInterfaceInfoManagerGetSingleton),
COMPONENT(RECYCLINGALLOCATOR, nsRecyclingAllocatorImpl::nsRecyclingAllocatorImplConstructor),
COMPONENT(RECYCLINGALLOCATOR, nsRecyclingAllocatorImplConstructor),
};
#undef COMPONENT

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

@ -204,7 +204,5 @@ public:
}
virtual ~nsRecyclingAllocatorImpl() {}
NS_GENERIC_FACTORY_CONSTRUCTOR(nsRecyclingAllocatorImpl);
};
#endif // nsRecyclingAllocator_h__