[Webkit-unassigned] [Bug 154484] Support building LocaleICU with light ICU (UCONFIG_NO_FORMATTING)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 23 22:29:27 PST 2016


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

Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #271958|review?, commit-queue?      |review+, commit-queue+
              Flags|                            |

--- Comment #6 from Darin Adler <darin at apple.com> ---
Comment on attachment 271958
  --> https://bugs.webkit.org/attachment.cgi?id=271958
Patch

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

> Source/WebCore/platform/text/LocaleICU.h:86
> +#if !UCONFIG_NO_FORMATTING
>      UNumberFormat* m_numberFormat;
>      bool m_didCreateDecimalFormat;
> +#endif

Would be better to initialize these data members here. Then we would not need the conditional initialization lines in the constructor.

-- 
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/20160224/a351073c/attachment.html>


More information about the webkit-unassigned mailing list