Changeset 53397 in webkit for trunk/JavaScriptCore/runtime
- Timestamp:
- Jan 18, 2010, 1:54:51 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSString.h
r53371 r53397 259 259 { 260 260 // nasty hack because we can't union non-POD types 261 m_fibers[0] = reinterpret_cast<void*>( finalizer);261 m_fibers[0] = reinterpret_cast<void*>(reinterpret_cast<ptrdiff_t>(finalizer)); 262 262 m_fibers[1] = context; 263 263 Heap::heap(this)->reportExtraMemoryCost(value.cost());
Note:
See TracChangeset
for help on using the changeset viewer.