Changeset 96733 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Oct 5, 2011, 11:29:58 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r96729 r96733 1 2011-10-05 Anders Carlsson <[email protected]> 2 3 Use std::reverse_iterator for ListHashSet reverse iterators 4 https://bugs.webkit.org/show_bug.cgi?id=69446 5 6 Reviewed by Darin Adler. 7 8 * wtf/ListHashSet.h: 9 Use the std::reverse_iterator iterator adaptor for the ListHashSet reverse iterators 10 and get rid of the ListHashSetReverseIterator and ListHashSetConstReverseIterator classes. 11 1 12 2011-10-04 Gavin Barraclough <[email protected]> 2 13
Note:
See TracChangeset
for help on using the changeset viewer.