[webkit-reviews] review granted: [Bug 57989] Add WKStringGetCharactersPtr() and WKStringGetLength() to WebKit2 C API : [Attachment 88526] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 6 15:20:30 PDT 2011


Adam Roben (:aroben) <aroben at apple.com> has granted Jeff Miller
<jeffm at apple.com>'s request for review:
Bug 57989: Add WKStringGetCharactersPtr() and WKStringGetLength() to WebKit2 C
API
https://bugs.webkit.org/show_bug.cgi?id=57989

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

------- Additional Comments from Adam Roben (:aroben) <aroben at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=88526&action=review

> Source/WebKit2/Shared/WebString.h:61
> +    const size_t length() const { return m_string.length(); }

No need for the leading "const".


More information about the webkit-reviews mailing list