The one word was typed by me, but only after debugging for a long time with Darin.
- fixed <rdar://problem/
4912002> REGRESSION: Series of words marked as a single misspelled word
* editing/TextIterator.cpp:
(WebCore::WordAwareIterator::WordAwareIterator):
We were creating a TextIterator with the default kind, but WordAwareIterator is designed to work
in concert with CharacterIterator, so they need to use the same kind. CharacterIterator uses
kind RUNFINDER, so WordAwareIterator needs to do so also.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@18923
268f45cc-cd09-0410-ab3c-
d52691b4dbfc