Attempt to fix BeOS bustage. b=148046

git-svn-id: svn://10.0.0.236/trunk@124470 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%fas.harvard.edu
2002-07-02 04:07:20 +00:00
parent 8b645001a0
commit f3b021ab55
2 changed files with 3 additions and 3 deletions

View File

@@ -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