Changeset 104492 in vbox for trunk/src/libs/xpcom18a4/xpcom
- Timestamp:
- May 2, 2024 4:44:53 PM (9 months ago)
- Location:
- trunk/src/libs/xpcom18a4/xpcom
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/glue/nsISupportsImpl.h
r103977 r104492 87 87 #endif 88 88 {} 89 nsAutoRefCnt(nsrefcnt aValue) : mValue(aValue) {} 89 nsAutoRefCnt(nsrefcnt aValue) : mValue(aValue) 90 #ifdef VBOX 91 , mState(0) 92 #endif 93 {} 90 94 91 95 // only support prefix increment/decrement -
trunk/src/libs/xpcom18a4/xpcom/proxy/src/nsProxyEventObject.cpp
r102348 r104492 392 392 393 393 nsProxyEventObject::nsProxyEventObject() 394 : m Next(nsnull)394 : mRoot(nsnull), mNext(nsnull) 395 395 { 396 396 NS_WARNING("This constructor should never be called");
Note:
See TracChangeset
for help on using the changeset viewer.