Changeset 70749 in webkit for trunk/JavaScriptCore/runtime/JSByteArray.h
- Timestamp:
- Oct 28, 2010, 12:00:37 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSByteArray.h
r70496 r70749 107 107 inline JSByteArray* asByteArray(JSValue value) 108 108 { 109 return static_cast<JSByteArray*>( asCell(value));109 return static_cast<JSByteArray*>(value.asCell()); 110 110 } 111 111
Note:
See TracChangeset
for help on using the changeset viewer.