Changeset 30356 in webkit for trunk/JavaScriptCore
- Timestamp:
- Feb 17, 2008, 9:59:10 AM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r30276 r30356 1 2008-02-17 Darin Adler <[email protected]> 2 3 * wtf/ListHashSet.h: (WTF::swap): Removed stray return statement. 4 1 5 2008-02-15 Adam Roben <[email protected]> 2 6 -
trunk/JavaScriptCore/wtf/ListHashSet.h
r29663 r30356 1 1 // -*- mode: c++; c-basic-offset: 4 -*- 2 2 /* 3 * Copyright (C) 2005, 2006, 2007 Apple Inc. All rights reserved.3 * Copyright (C) 2005, 2006, 2007, 2008 Apple Inc. All rights reserved. 4 4 * 5 5 * This library is free software; you can redistribute it and/or … … 382 382 std::swap(m_tail, other.m_tail); 383 383 m_allocator.swap(other.m_allocator); 384 return *this;385 384 } 386 385
Note:
See TracChangeset
for help on using the changeset viewer.