Changeset 14225 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
May 7, 2006, 11:00:51 PM (19 years ago)
Author:
darin
Message:

Tweak change log.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r14221 r14225  
    1 2006-05-06  Darin Adler  <[email protected]>
     12006-05-07  Darin Adler  <[email protected]>
    22
    33        Reviewed and landed by Maciej.
     
    1212        ~ValueType, because ~ValueType often results in a double-destroy, since the HashTable also
    1313        destroys the element based on the storage type. The RefCounter template correctly does work
    14         only in cases where ValueType and ValueStorageType differe and this class is what's used
     14        only in cases where ValueType and ValueStorageType differ and this class is what's used
    1515        elsewhere for the same purpose; I somehow missed this case when optimizing HashMap.
    1616        * kxmlcore/HashSet.h: (KXMLCore::HashSet::remove): Ditto.
Note: See TracChangeset for help on using the changeset viewer.