Changeset 19661 in webkit for trunk/JavaScriptCore/wtf/Vector.h


Ignore:
Timestamp:
Feb 16, 2007, 11:16:05 AM (18 years ago)
Author:
andersca
Message:

Reviewed by Mitz.

http://bugs.webkit.org/show_bug.cgi?id=12788
REGRESSION: Going back one page in history has a noticeable delay


Um...if all elements in two vectors are equal, then I guess we could say that
the two vectors are equal too.


  • wtf/Vector.h: (WTF::):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/Vector.h

    r19631 r19661  
    188188                if (a[i] != b[i])
    189189                    return false;
    190             return false;
     190            return true;
    191191        }
    192192    };
Note: See TracChangeset for help on using the changeset viewer.