Changeset 143909 in webkit for trunk/Source/JavaScriptCore/heap/WeakImpl.h
- Timestamp:
- Feb 25, 2013, 5:13:43 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/WeakImpl.h
r140718 r143909 108 108 inline WeakImpl* WeakImpl::asWeakImpl(JSValue* slot) 109 109 { 110 return reinterpret_cast <WeakImpl*>(reinterpret_cast<char*>(slot) + OBJECT_OFFSETOF(WeakImpl, m_jsValue));110 return reinterpret_cast_ptr<WeakImpl*>(reinterpret_cast_ptr<char*>(slot) + OBJECT_OFFSETOF(WeakImpl, m_jsValue)); 111 111 } 112 112
Note:
See TracChangeset
for help on using the changeset viewer.