Changeset 21494 in webkit for trunk/JavaScriptCore/wtf/HashSet.h
- Timestamp:
- May 15, 2007, 12:04:50 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/HashSet.h
r21468 r21494 185 185 { 186 186 HashSet tmp(other); 187 swap( other);187 swap(tmp); 188 188 return *this; 189 189 }
Note:
See TracChangeset
for help on using the changeset viewer.