[webkit-reviews] review granted: [Bug 17017] Remove KJS::UChar : [Attachment 19535] Updated combined patch for removing KJS::UChar

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 7 12:03:25 PST 2008


Darin Adler <darin at apple.com> has granted Eric Seidel <eric at webkit.org>'s
request for review:
Bug 17017: Remove KJS::UChar
http://bugs.webkit.org/show_bug.cgi?id=17017

Attachment 19535: Updated combined patch for removing KJS::UChar
http://bugs.webkit.org/attachment.cgi?id=19535&action=edit

------- Additional Comments from Darin Adler <darin at apple.com>
 213	 UString& append(const UChar);

 807 UString& UString::append(const UChar c)

There's no reason for or value to having this "const" here.

r=me


More information about the webkit-reviews mailing list