Changeset 14156 in webkit for trunk/JavaScriptCore
- Timestamp:
- May 2, 2006, 2:30:41 AM (19 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r14153 r14156 1 2006-05-02 Anders Carlsson <[email protected]> 2 3 Reviewed by Maciej. 4 5 * kxmlcore/HashMap.h: 6 (KXMLCore::::operator): 7 Return *this 8 1 9 2006-05-01 Tim Omernick <[email protected]> 2 10 -
trunk/JavaScriptCore/kxmlcore/HashMap.h
r13830 r14156 178 178 HashMap tmp(other); 179 179 m_impl.swap(tmp.m_impl); 180 return *this; 180 181 } 181 182
Note:
See TracChangeset
for help on using the changeset viewer.