[webkit-reviews] review granted: [Bug 25779] Allow Strings to be created with one malloc node with no copying : [Attachment 30389] Fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 15 10:21:37 PDT 2009


Darin Adler <darin at apple.com> has granted Dave Moore <davemoore at google.com>'s
request for review:
Bug 25779: Allow Strings to be created with one malloc node with no copying
https://bugs.webkit.org/show_bug.cgi?id=25779

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

------- Additional Comments from Darin Adler <darin at apple.com>
> +	   * platform/text/StringImpl.cpp:
> +	   (WebCore::StringImpl::createUninitialized(),
> +	    create(const UChar* characters, unsigned length),
> +	    create(const char* characters, unsigned length))

This is not the standard ChangeLog format for the function names. In the
future, using the prepare-ChangeLog script can help you get the standard
format.

r=me


More information about the webkit-reviews mailing list