- Timestamp:
- Nov 19, 2013 1:28:30 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 90740
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/base/nsTraceRefcntImpl.cpp
r1 r49550 644 644 static PRBool LogThisObj(PRInt32 aSerialNumber) 645 645 { 646 return nsnull != PL_HashTableLookup(gObjectsToLog, (const void*)( aSerialNumber));646 return nsnull != PL_HashTableLookup(gObjectsToLog, (const void*)(uintptr_t)(aSerialNumber)); 647 647 } 648 648
Note:
See TracChangeset
for help on using the changeset viewer.