[Webkit-unassigned] [Bug 93255] [GTK] Webkit 1.8.2 fails to build with MinGW with spellchecking enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 7 15:17:10 PDT 2012


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





--- Comment #5 from Eric Seidel <eric at webkit.org>  2012-08-07 15:17:34 PST ---
(From update of attachment 156956)
View in context: https://bugs.webkit.org/attachment.cgi?id=156956&action=review

> Source/WebKit/gtk/webkit/webkitspellcheckerenchant.cpp:129
> +    iface->check_spelling_of_string = checkSpellingOfString;
> +    iface->get_guesses_for_word = getGuessesForWord;
> +    iface->update_spell_checking_languages = updateSpellCheckingLanguages;
> +    iface->get_autocorrect_suggestions_for_misspelled_word = getAutocorrectSuggestionsForMisspelledWord;
> +    iface->learn_word = learnWord;
> +    iface->ignore_word = ignoreWord;

Why would you move away from using an english word?

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