Changeset 30356 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Feb 17, 2008, 9:59:10 AM (17 years ago)
Author:
Darin Adler
Message:
  • wtf/ListHashSet.h: (WTF::swap): Removed stray return statement.
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r30276 r30356  
     12008-02-17  Darin Adler  <[email protected]>
     2
     3        * wtf/ListHashSet.h: (WTF::swap): Removed stray return statement.
     4
    152008-02-15  Adam Roben  <[email protected]>
    26
  • trunk/JavaScriptCore/wtf/ListHashSet.h

    r29663 r30356  
    11// -*- mode: c++; c-basic-offset: 4 -*-
    22/*
    3  * Copyright (C) 2005, 2006, 2007 Apple Inc. All rights reserved.
     3 * Copyright (C) 2005, 2006, 2007, 2008 Apple Inc. All rights reserved.
    44 *
    55 * This library is free software; you can redistribute it and/or
     
    382382        std::swap(m_tail, other.m_tail);
    383383        m_allocator.swap(other.m_allocator);
    384         return *this;
    385384    }
    386385
Note: See TracChangeset for help on using the changeset viewer.