[webkit-reviews] review requested: [Bug 33586] [Android] appendClassName in jni_runtime.cpp uses JSC-specific UString type : [Attachment 46471] Patch 1 for Bug 33586
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 13 09:51:16 PST 2010
Steve Block <steveblock at google.com> has asked for review:
Bug 33586: [Android] appendClassName in jni_runtime.cpp uses JSC-specific
UString type
https://bugs.webkit.org/show_bug.cgi?id=33586
Attachment 46471: Patch 1 for Bug 33586
https://bugs.webkit.org/attachment.cgi?id=46471&action=review
------- Additional Comments from Steve Block <steveblock at google.com>
Uses WebCore::SringBuilder in place of JSC::StringBuilder.
Note that this also avoids the use of UString::ascii, which according to
UString.h, should only be used for debugging purposes.
More information about the webkit-reviews
mailing list