[Webkit-unassigned] [Bug 89639] [EFL] Change format of return value of navigator.language

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 26 00:09:51 PDT 2012


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





--- Comment #16 from Christophe Dumez <christophe.dumez at intel.com>  2012-06-26 00:09:50 PST ---
(From update of attachment 149467)
View in context: https://bugs.webkit.org/attachment.cgi?id=149467&action=review

> Source/WebCore/platform/efl/LanguageEfl.cpp:47
> +    size_t position = locale.find('_');

Do we really need this find()? Can't we simply call locale.replace('_', '-'); directly?

-- 
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