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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 25 09:14:08 PST 2016


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

--- Comment #12 from Darin Adler <darin at apple.com> ---
(In reply to comment #11)
> Then, I should do the same for the other LocalICU fields that have been made
> conditional in bug 154483, right?

It’s helpful to do this for all data members of pointer or scalar types with obvious, simple initial values such as nullptr, zero, and false, or even in some cases with slightly less obvious values in *all* classes and structs, everywhere in WebKit. Patches that do bits of that are always welcome.

And, yes, especially helpful for data members inside conditionals.

-- 
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/20160225/6a734282/attachment.html>


More information about the webkit-unassigned mailing list