Changeset 14225 in webkit for trunk/JavaScriptCore
- Timestamp:
- May 7, 2006, 11:00:51 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r14221 r14225 1 2006-05-0 6Darin Adler <[email protected]>1 2006-05-07 Darin Adler <[email protected]> 2 2 3 3 Reviewed and landed by Maciej. … … 12 12 ~ValueType, because ~ValueType often results in a double-destroy, since the HashTable also 13 13 destroys the element based on the storage type. The RefCounter template correctly does work 14 only in cases where ValueType and ValueStorageType differ eand this class is what's used14 only in cases where ValueType and ValueStorageType differ and this class is what's used 15 15 elsewhere for the same purpose; I somehow missed this case when optimizing HashMap. 16 16 * kxmlcore/HashSet.h: (KXMLCore::HashSet::remove): Ditto.
Note:
See TracChangeset
for help on using the changeset viewer.