Changeset 53438 in webkit for trunk/JavaScriptCore/runtime
- Timestamp:
- Jan 18, 2010, 4:50:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/UString.h
r53437 r53438 75 75 typedef Vector<char, 32> CStringBuffer; 76 76 77 class UString {77 class UString : public FastAllocBase { 78 78 friend class JIT; 79 79
Note:
See TracChangeset
for help on using the changeset viewer.