Changeset 35164 in webkit for trunk/JavaScriptCore/wtf
- Timestamp:
- Jul 14, 2008, 1:04:50 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/ListHashSet.h
r35144 r35164 487 487 pair<typename ListHashSet<T, U>::iterator, bool> ListHashSet<T, U>::insertBefore(const ValueType& beforeValue, const ValueType& newValue) 488 488 { 489 insertBefore(find(beforeValue), newValue);489 return insertBefore(find(beforeValue), newValue); 490 490 } 491 491
Note:
See TracChangeset
for help on using the changeset viewer.