Changeset 17372 in webkit for trunk/JavaScriptCore/API/JSStringRef.cpp
- Timestamp:
- Oct 27, 2006, 9:48:28 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSStringRef.cpp
r16371 r17372 41 41 { 42 42 JSLock lock; 43 return toRef(UString(reinterpret_cast<const UChar*>(chars), numChars).rep()->ref());43 return toRef(UString(reinterpret_cast<const UChar*>(chars), static_cast<int>(numChars)).rep()->ref()); 44 44 } 45 45
Note:
See TracChangeset
for help on using the changeset viewer.