Changeset 45259 in webkit for trunk/JavaScriptCore/runtime/UString.h
- Timestamp:
- Jun 26, 2009, 3:27:21 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/UString.h
r44641 r45259 74 74 typedef Vector<char, 32> CStringBuffer; 75 75 76 class UString {76 class UString : public FastAllocBase { 77 77 friend class JIT; 78 78
Note:
See TracChangeset
for help on using the changeset viewer.