Changeset 14256 in webkit for trunk/JavaScriptCore/wtf/HashCountedSet.h
- Timestamp:
- May 9, 2006, 2:27:55 AM (19 years ago)
- Location:
- trunk/JavaScriptCore/wtf
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/HashCountedSet.h
r13830 r14256 27 27 #include "HashMap.h" 28 28 29 namespace KXMLCore{29 namespace WTF { 30 30 31 31 template<typename Value, typename HashFunctions = typename DefaultHash<Value>::Hash, … … 174 174 } // namespace khtml 175 175 176 using KXMLCore::HashCountedSet;176 using WTF::HashCountedSet; 177 177 178 178 #endif /* KXMLCORE_HASH_COUNTED_SET_H */
Note:
See TracChangeset
for help on using the changeset viewer.