Changeset 101834 in vbox for trunk/src/libs/xpcom18a4/xpcom/build
- Timestamp:
- Nov 5, 2023 2:38:05 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/build/nsXPComInit.cpp
r101833 r101834 48 48 #include "nsScriptableInputStream.h" 49 49 #include "nsBinaryStream.h" 50 #include "nsStorageStream.h"51 50 52 51 #include "nsMemoryImpl.h" … … 179 178 NS_GENERIC_FACTORY_CONSTRUCTOR(nsBinaryOutputStream) 180 179 NS_GENERIC_FACTORY_CONSTRUCTOR(nsBinaryInputStream) 181 NS_GENERIC_FACTORY_CONSTRUCTOR(nsStorageStream)182 180 183 181 NS_GENERIC_FACTORY_CONSTRUCTOR(nsVariant) … … 337 335 COMPONENT(BINARYINPUTSTREAM, nsBinaryInputStreamConstructor), 338 336 COMPONENT(BINARYOUTPUTSTREAM, nsBinaryOutputStreamConstructor), 339 COMPONENT(STORAGESTREAM, nsStorageStreamConstructor),340 337 341 338 #define NS_PROPERTIES_CLASSNAME "Properties"
Note:
See TracChangeset
for help on using the changeset viewer.