Create Localizer factory method for LocaleICU
Created attachment 163303 [details] Patch
Comment on attachment 163303 [details] Patch 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"
Comment on attachment 163303 [details] Patch Clearing flags on attachment: 163303 Committed r128257: <http://trac.webkit.org/changeset/128257>
All reviewed patches have been landed. Closing bug.