Bug 56289

Summary: SegmentedVector's iterator's == operator doesn't work correctly
Product: WebKit Reporter: Gavin Barraclough <barraclough>
Component: Web Template FrameworkAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Description Gavin Barraclough 2011-03-13 23:23:25 PDT
!(iter != end) (where iter & end are of type SegmentedVector::iterator compiles correctly for me, (iter == end) does not.
Comment 1 Gavin Barraclough 2011-08-12 16:10:45 PDT

*** This bug has been marked as a duplicate of bug 43841 ***