[webkit-reviews] review granted: [Bug 121291] OwnArrayPtr: Never allow implicit pointer conversion : [Attachment 211538] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 13 08:03:21 PDT 2013


Anders Carlsson <andersca at apple.com> has granted Mikhail Pozdnyakov
<mikhail.pozdnyakov at intel.com>'s request for review:
Bug 121291: OwnArrayPtr: Never allow implicit pointer conversion
https://bugs.webkit.org/show_bug.cgi?id=121291

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

------- Additional Comments from Anders Carlsson <andersca at apple.com>
Nice!

(We've been talking about replacing uses of OwnArrayPtr<T> with
std::unique_ptr<T[]> instead if that something you want to explore later!)


More information about the webkit-reviews mailing list