Changeset 27710 in webkit for trunk/JavaScriptCore/wtf/HashMap.h
- Timestamp:
- Nov 11, 2007, 10:44:26 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/HashMap.h
r27385 r27710 308 308 if (it.m_impl == m_impl.end()) 309 309 return; 310 m_impl.checkTableConsistency(); 310 311 RefCounter<ValueTraits, ValueStorageTraits>::deref(*it.m_impl); 311 m_impl.remove (it.m_impl);312 m_impl.removeWithoutEntryConsistencyCheck(it.m_impl); 312 313 } 313 314
Note:
See TracChangeset
for help on using the changeset viewer.