Changeset 17372 in webkit for trunk/JavaScriptCore/API/JSObjectRef.cpp
- Timestamp:
- Oct 27, 2006, 9:48:28 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSObjectRef.cpp
r17017 r17372 349 349 JSStringRef JSPropertyNameArrayGetNameAtIndex(JSPropertyNameArrayRef array, size_t index) 350 350 { 351 return toRef(array->array[ index].ustring().rep());351 return toRef(array->array[static_cast<unsigned>(index)].ustring().rep()); 352 352 } 353 353
Note:
See TracChangeset
for help on using the changeset viewer.