Changeset 109067 in vbox for trunk/src/libs/xpcom18a4/xpcom/components/nsComponentManager.cpp
- Timestamp:
- Apr 24, 2025 10:08:54 AM (4 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168604
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/components/nsComponentManager.cpp
r109066 r109067 3578 3578 { 3579 3579 // XPCOM needs initialization. 3580 rv = NS_InitXPCOM2 (nsnull, nsnull, nsnull);3580 rv = NS_InitXPCOM2Ex(nsnull, nsnull, nsnull, 0); 3581 3581 } 3582 3582 … … 3598 3598 { 3599 3599 // XPCOM needs initialization. 3600 nsresult rv = NS_InitXPCOM2 (nsnull, nsnull, nsnull);3600 nsresult rv = NS_InitXPCOM2Ex(nsnull, nsnull, nsnull, 0); 3601 3601 if (NS_FAILED(rv)) 3602 3602 return rv; … … 3629 3629 #else /* !VBOX */ 3630 3630 // XPCOM needs initialization. 3631 rv = NS_InitXPCOM2 (nsnull, nsnull, nsnull);3631 rv = NS_InitXPCOM2Ex(nsnull, nsnull, nsnull, 0); 3632 3632 #endif /* !VBOX */ 3633 3633 } … … 3651 3651 { 3652 3652 // XPCOM needs initialization. 3653 rv = NS_InitXPCOM2 (nsnull, nsnull, nsnull);3653 rv = NS_InitXPCOM2Ex(nsnull, nsnull, nsnull, 0); 3654 3654 } 3655 3655 … … 3674 3674 { 3675 3675 // XPCOM needs initialization. 3676 rv = NS_InitXPCOM2 (nsnull, nsnull, nsnull);3676 rv = NS_InitXPCOM2Ex(nsnull, nsnull, nsnull, 0); 3677 3677 } 3678 3678
Note:
See TracChangeset
for help on using the changeset viewer.