[Webkit-unassigned] [Bug 67274] Add all ICU languages to LocaleToScriptMappingDefault.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 13 22:53:43 PST 2011


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





--- Comment #2 from Kent Tamura <tkent at chromium.org>  2011-12-13 22:53:43 PST ---
(From update of attachment 105762)
View in context: https://bugs.webkit.org/attachment.cgi?id=105762&action=review

> Source/WebCore/platform/text/LocaleToScriptMappingDefault.cpp:157
> +        for (size_t i = 0; i < sizeof(scriptNameCodeList) / sizeof(scriptNameCodeList[0]); ++i)

You can use WTF_ARRAY_LENGTH(scriptNameCodeList) in wtf/StdLibExtras.h.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list