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