Changeset 63237 in webkit for trunk/JavaScriptCore/wtf/text/StringImpl.h
- Timestamp:
- Jul 13, 2010, 12:57:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/text/StringImpl.h
r62449 r63237 275 275 return this; 276 276 } 277 hasBOMs = true; 277 278 Vector<UChar> result; 278 279 result.reserveInitialCapacity(m_length);
Note:
See TracChangeset
for help on using the changeset viewer.