[webkit-reviews] review granted: [Bug 120718] Vector::releaseBuffer should return an OwnPtr : [Attachment 210538] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 4 19:16:10 PDT 2013


Andreas Kling <akling at apple.com> has granted Anders Carlsson
<andersca at apple.com>'s request for review:
Bug 120718: Vector::releaseBuffer should return an OwnPtr
https://bugs.webkit.org/show_bug.cgi?id=120718

Attachment 210538: Patch
https://bugs.webkit.org/attachment.cgi?id=210538&action=review

------- Additional Comments from Andreas Kling <akling at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=210538&action=review


r=me

> Source/WTF/ChangeLog:9
> +	   Change Vector::releaseBuffer() to return an OwnPtr. I intentionally
chose
> +	   to use an OwnPtr over a PassOwnPtr since we're trying to move away
from PassOwnPtr objects.

The future is now!


More information about the webkit-reviews mailing list