[webkit-reviews] review granted: [Bug 96363] Create Localizer factory method for LocaleICU : [Attachment 163303] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 11 02:03:15 PDT 2012


Kent Tamura <tkent at chromium.org> has granted Keishi Hattori
<keishi at webkit.org>'s request for review:
Bug 96363: Create Localizer factory method for LocaleICU
https://bugs.webkit.org/show_bug.cgi?id=96363

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

------- Additional Comments from Kent Tamura <tkent at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=163303&action=review


> Source/WebCore/platform/text/LocaleICU.cpp:47
> +    return LocaleICU::create(locale.string().utf8().data());

What happens if a broken locale name is specified?
e.g. Null AtomicString, empty string, "12345"


More information about the webkit-reviews mailing list