[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:35:55 PDT 2012


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





--- Comment #17 from Kihong Kwon <kihong.kwon at samsung.com>  2012-06-26 00:35:53 PST ---
(In reply to comment #16)
> (From update of attachment 149467 [details])
> 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?

Yes, we can. I will remove that statement~  ;-)

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