[Webkit-unassigned] [Bug 30440] [GTK] Fails new test fast/js/navigator-language.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 29 05:45:49 PDT 2009


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





--- Comment #25 from Gustavo Noronha (kov) <gns at gnome.org>  2009-10-29 05:45:48 PDT ---
(In reply to comment #23)
> (From update of attachment 42026 [details])
> > +    if (!localeDefault)
> > +        return String("c");
> > +
> > +    GOwnPtr<gchar> normalizedDefault(g_ascii_strdown(localeDefault, -1));
> > +    char* ptr = strchr(normalizedDefault.get(), '_');
> > +
> > +    if(ptr)
> > +        *ptr = '-';
> 
> The spacing after "if" here doesn't match the spacing after the one above.
> 
> > +
> > +    ptr = strchr(normalizedDefault.get(), '.');
> > +
> > +    if(ptr)
> > +        *ptr = '\0';
> 
> This one too.

Sorry, had not seen your comments! I'll make a new commit fixing these.

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