Changeset 77109 in webkit for trunk/Source/JavaScriptCore
- Timestamp:
- Jan 30, 2011, 9:54:34 PM (15 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r77098 r77109 1 2011-01-30 Oliver Hunt <[email protected]> 2 3 More Qt build fixes 4 5 * runtime/WriteBarrier.h: 6 (JSC::WriteBarrierBase::clear): 7 1 8 2011-01-30 Oliver Hunt <[email protected]> 2 9 -
trunk/Source/JavaScriptCore/runtime/WriteBarrier.h
r77098 r77109 89 89 T* operator*() const { return static_cast<T*>(m_cell); } 90 90 T* operator->() const { return static_cast<T*>(m_cell); } 91 void clear() { m_value = 0; } 91 92 92 93 JSCell** slot() { return &m_cell; }
Note:
See TracChangeset
for help on using the changeset viewer.