Changeset 55069 in webkit for trunk/JavaScriptCore/wtf/OwnFastMallocPtr.h
- Timestamp:
- Feb 21, 2010, 10:50:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/OwnFastMallocPtr.h
r45891 r55069 36 36 ~OwnFastMallocPtr() 37 37 { 38 fastFree( m_ptr);38 fastFree(const_cast<void*>(static_cast<const void*>(const_cast<const T*>(m_ptr)))); 39 39 } 40 40
Note:
See TracChangeset
for help on using the changeset viewer.