[Webkit-unassigned] [Bug 42800] Upstream Android auto hyphenation implemenation to webkit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 26 15:26:28 PDT 2010


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





--- Comment #13 from mitz at webkit.org  2010-07-26 15:26:27 PST ---
(From update of attachment 62611)
> +    if (!hnj_hyphen_hyphenate(dict, word, length, hyphens))
> +        for (size_t i = beforeIndex - 1; i > 0; --i) {
> +            if (hyphens[i] & 1)
> +                return i + 1;
> +        }

There should be braces around the multi-line if block.

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