[Webkit-unassigned] [Bug 24953] Add automatic spell correction support in WebKit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 22 11:15:26 PDT 2009


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





------- Comment #6 from eric at webkit.org  2009-04-22 11:15 PDT -------
(From update of attachment 29450)
Drive-by nit:

1394                 // Remember first encountered misspelling range.
 1395                 if (!firstMisspelling) {
 1396                   firstMisspelling = String(chars + misspellingLocation,
misspellingLength);
 1397                   firstMisspellingRange = misspellingRange;
 1398                 }

is indented incorrectly.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list