[webkit-reviews] review granted: [Bug 118155] Add a new String::charactersWithNullTermination() function that returns a vector : [Attachment 205646] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 27 17:12:30 PDT 2013


Andreas Kling <akling at apple.com> has granted Anders Carlsson
<andersca at apple.com>'s request for review:
Bug 118155: Add a new String::charactersWithNullTermination() function that
returns a vector
https://bugs.webkit.org/show_bug.cgi?id=118155

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

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


> Source/WTF/wtf/text/WTFString.cpp:401
> +    if (m_impl) {

No early return?


More information about the webkit-reviews mailing list