- Timestamp:
- Jan 17, 2007 4:35:23 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp
r1 r117 1161 1161 if (mRefCntLevels.GetSize() > 0) 1162 1162 { 1163 nsrefcnt top = (nsrefcnt) mRefCntLevels.Peek();1163 nsrefcnt top = (nsrefcnt) (uintptr_t) mRefCntLevels.Peek(); 1164 1164 NS_ASSERTION(top <= count + 1, "refcount is beyond the top level"); 1165 1165
Note:
See TracChangeset
for help on using the changeset viewer.