Changeset 101803 in vbox for trunk/src/libs/xpcom18a4/xpcom/build/nsXPComInit.cpp
- Timestamp:
- Nov 5, 2023 9:09:38 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/build/nsXPComInit.cpp
r101777 r101803 106 106 #include "nsAtomTable.h" 107 107 #include "nsTraceRefcnt.h" 108 #include "nsTimelineService.h"109 108 110 109 #include "nsVariant.h" … … 198 197 NS_GENERIC_FACTORY_CONSTRUCTOR(nsRecyclingAllocatorImpl) 199 198 200 #ifdef MOZ_TIMELINE201 NS_GENERIC_FACTORY_CONSTRUCTOR(nsTimelineService)202 #endif203 204 199 static NS_METHOD 205 200 nsXPTIInterfaceInfoManagerGetSingleton(nsISupports* outer, … … 369 364 COMPONENT(EXCEPTIONSERVICE, nsExceptionServiceConstructor), 370 365 COMPONENT(ATOMSERVICE, nsAtomServiceConstructor), 371 #ifdef MOZ_TIMELINE372 COMPONENT(TIMELINESERVICE, nsTimelineServiceConstructor),373 #endif374 366 COMPONENT(OBSERVERSERVICE, nsObserverService::Create), 375 367 COMPONENT(GENERICFACTORY, nsGenericFactory::Create),
Note:
See TracChangeset
for help on using the changeset viewer.