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