Changeset 53151 in webkit for trunk/JavaScriptCore/wtf/HashTable.h
- Timestamp:
- Jan 12, 2010, 11:42:07 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/HashTable.h
r44417 r53151 198 198 { 199 199 ASSERT(m_table); 200 ASSERT (other.m_table);200 ASSERT_UNUSED(other, other.m_table); 201 201 ASSERT(m_table == other.m_table); 202 202 }
Note:
See TracChangeset
for help on using the changeset viewer.