Changeset 65266 in webkit for trunk/JavaScriptCore/runtime/UString.cpp
- Timestamp:
- Aug 12, 2010, 2:20:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/UString.cpp
r65186 r65266 198 198 asciiBuffer = new char[neededSize]; 199 199 200 const UChar* p = characters(); // Don't roll me out!200 const UChar* p = characters(); 201 201 char* q = asciiBuffer; 202 202 const UChar* limit = p + len;
Note:
See TracChangeset
for help on using the changeset viewer.