Bug 121175

Summary: Vector::append doesn't work if element type has overloaded operator&
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cmarcelo, commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch bfulgham: review+

Description Anders Carlsson 2013-09-11 12:02:03 PDT
Vector::append doesn't work if element type has overloaded operator&
Comment 1 Anders Carlsson 2013-09-11 12:03:24 PDT
Created attachment 211339 [details]
Patch
Comment 2 Brent Fulgham 2013-09-11 12:05:59 PDT
Comment on attachment 211339 [details]
Patch

Wow! Nice fix. r=me.
Comment 3 Darin Adler 2013-09-11 15:16:41 PDT
Comment on attachment 211339 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=211339&action=review

> Source/WTF/ChangeLog:12
> +        (WTF::::appendSlowCase):
> +        (WTF::::uncheckedAppend):

Lame prepare-ChangeLog script left out Vector.
Comment 4 Anders Carlsson 2013-09-24 14:48:24 PDT
This was landed.