Changeset 14221 in webkit for trunk/JavaScriptCore/kxmlcore/HashMap.h
- Timestamp:
- May 7, 2006, 9:59:28 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kxmlcore/HashMap.h
r14156 r14221 289 289 if (it.m_impl == m_impl.end()) 290 290 return; 291 // Use "(*it)." instead of "it->" to work around a problem seen with the Visual C++ compiler. 292 (*it).~ValueType(); 291 RefCounter<ValueTraits, ValueStorageTraits>::deref(*it.m_impl); 293 292 m_impl.remove(it.m_impl); 294 293 }
Note:
See TracChangeset
for help on using the changeset viewer.