Changeset 44161 in webkit for trunk/JavaScriptCore/wtf/HashTable.h
- Timestamp:
- May 26, 2009, 3:25:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/HashTable.h
r38859 r44161 24 24 25 25 #include "FastMalloc.h" 26 #include "FastAllocBase.h" 26 27 #include "HashTraits.h" 27 28 #include <wtf/Assertions.h> … … 281 282 282 283 template<typename Key, typename Value, typename Extractor, typename HashFunctions, typename Traits, typename KeyTraits> 283 class HashTable {284 class HashTable : public FastAllocBase { 284 285 public: 285 286 typedef HashTableIterator<Key, Value, Extractor, HashFunctions, Traits, KeyTraits> iterator;
Note:
See TracChangeset
for help on using the changeset viewer.