Changeset 12321 in webkit for trunk/JavaScriptCore/kxmlcore/HashMap.h
- Timestamp:
- Jan 23, 2006, 4:56:32 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kxmlcore/HashMap.h
r12301 r12321 174 174 pair<typename HashMap<Key, Mapped, HashFunctions, KeyTraits, MappedTraits>::iterator, bool> HashMap<Key, Mapped, HashFunctions, KeyTraits, MappedTraits>::inlineAdd(const KeyType &key, const MappedType &mapped) 175 175 { 176 return m_impl.template insert<KeyType, MappedType, TranslatorType>(key, mapped);176 return m_impl.template add<KeyType, MappedType, TranslatorType>(key, mapped); 177 177 } 178 178
Note:
See TracChangeset
for help on using the changeset viewer.