[Webkit-unassigned] [Bug 154486] Improvements to Intl code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 19 18:58:45 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=154486

--- Comment #3 from Andy VanWagoner <thetalecrafter at gmail.com> ---
Comment on attachment 271835
  --> https://bugs.webkit.org/attachment.cgi?id=271835
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=271835&action=review

> Source/JavaScriptCore/runtime/IntlDateTimeFormat.cpp:674
> +    m_dateFormat = std::unique_ptr<UDateFormat, UDateFormatDeleter>(udat_open(UDAT_IGNORE, UDAT_IGNORE, m_locale.utf8().data(), timeZoneView.upconvertedCharacters(), timeZoneView.length(), pattern.upconvertedCharacters(), pattern.length(), &status));

Since ICU headers were updated to v52, UDAT_PATTERN is preferred over UDAT_IGNORE. Mind changing that while you are in here?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160220/017c36c4/attachment.html>


More information about the webkit-unassigned mailing list