Changeset 101842 in vbox
- Timestamp:
- Nov 5, 2023 6:53:04 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/vboxdeps.cpp
r101823 r101842 11 11 #include "nsTraceRefcnt.h" 12 12 #include "nsDebug.h" 13 #include "nsString.h" 13 14 14 15 uintptr_t deps[] = … … 70 71 nsXPTCStubBase *e = d; 71 72 e->Release(); 73 74 // Dragged in by TestCRT. 75 nsAutoString t1; 76 t1.AssignWithConversion(NULL); 72 77 } 73 78
Note:
See TracChangeset
for help on using the changeset viewer.