Changeset 52047 in webkit for trunk/JavaScriptCore/runtime/UString.h
- Timestamp:
- Dec 11, 2009, 11:20:27 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/UString.h
r52040 r52047 513 513 // FIXME: this should be size_t but that would cause warnings until we 514 514 // fix UString sizes to be size_t instead of int 515 static const int minShareSize = Heap::minExtraCost / sizeof(UChar);515 static const int minShareSize = Heap::minExtraCostSize / sizeof(UChar); 516 516 517 517 inline size_t UString::cost() const
Note:
See TracChangeset
for help on using the changeset viewer.