зеркало из https://github.com/mozilla/gecko-dev.git
Attempt to fix BeOS bustage. b=148046
This commit is contained in:
Родитель
811cf710ba
Коммит
5ec1a4fef0
|
@ -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__
|
||||
|
|
Загрузка…
Ссылка в новой задаче