Bug 121175 - Vector::append doesn't work if element type has overloaded operator&
Summary: Vector::append doesn't work if element type has overloaded operator&
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-11 12:02 PDT by Anders Carlsson
Modified: 2013-09-24 14:48 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.92 KB, patch)
2013-09-11 12:03 PDT, Anders Carlsson
bfulgham: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.