Changeset 101920 in vbox for trunk/src/libs/xpcom18a4/xpcom
- Timestamp:
- Nov 7, 2023 9:50:18 AM (15 months ago)
- Location:
- trunk/src/libs/xpcom18a4/xpcom
- Files:
-
- 7 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/build/nsXPComInit.cpp
r101914 r101920 55 55 #include "nsArray.h" 56 56 #include "nsSupportsPrimitives.h" 57 #include "nsConsoleService.h"58 57 #include "nsExceptionService.h" 59 58 … … 163 162 164 163 NS_GENERIC_FACTORY_CONSTRUCTOR(nsArray) 165 NS_GENERIC_FACTORY_CONSTRUCTOR(nsConsoleService)166 164 NS_GENERIC_FACTORY_CONSTRUCTOR(nsAtomService) 167 165 NS_GENERIC_FACTORY_CONSTRUCTOR(nsExceptionService) … … 332 330 COMPONENT(SUPPORTSARRAY, nsSupportsArray::Create), 333 331 COMPONENT(ARRAY, nsArrayConstructor), 334 COMPONENT(CONSOLESERVICE, nsConsoleServiceConstructor),335 332 COMPONENT(EXCEPTIONSERVICE, nsExceptionServiceConstructor), 336 333 COMPONENT(ATOMSERVICE, nsAtomServiceConstructor),
Note:
See TracChangeset
for help on using the changeset viewer.