Changeset 55833 in webkit for trunk/JavaScriptCore/runtime/JSString.cpp
- Timestamp:
- Mar 10, 2010, 11:19:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSString.cpp
r55679 r55833 82 82 unsigned length = string->length(); 83 83 position -= length; 84 UStringImpl::copyChars(position, string-> data(), length);84 UStringImpl::copyChars(position, string->characters(), length); 85 85 86 86 // Was this the last item in the work queue?
Note:
See TracChangeset
for help on using the changeset viewer.