Changeset 53912 in webkit for trunk/JavaScriptCore/wtf/RefPtrHashMap.h
- Timestamp:
- Jan 27, 2010, 1:06:28 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/RefPtrHashMap.h
r53899 r53912 286 286 if (it.m_impl == m_impl.end()) 287 287 return; 288 m_impl. internalCheckTableConsistency();288 m_impl.checkTableConsistency(); 289 289 m_impl.removeWithoutEntryConsistencyCheck(it.m_impl); 290 290 }
Note:
See TracChangeset
for help on using the changeset viewer.