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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 28 08:20:05 PDT 2009


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





--- Comment #23 from Evan Martin <evan at chromium.org>  2009-10-28 08:20:04 PDT ---
(From update of attachment 42026)
> +    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.

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