| Index: third_party/WebKit/Source/core/editing/iterators/WordAwareIterator.h
|
| diff --git a/third_party/WebKit/Source/core/editing/iterators/WordAwareIterator.h b/third_party/WebKit/Source/core/editing/iterators/WordAwareIterator.h
|
| index b4c36050957c168ed03d30985364cfbf91beb6d1..2e084b47ef8c0ff7b2d8cb277b5b63eed0712ba0 100644
|
| --- a/third_party/WebKit/Source/core/editing/iterators/WordAwareIterator.h
|
| +++ b/third_party/WebKit/Source/core/editing/iterators/WordAwareIterator.h
|
| @@ -32,8 +32,9 @@
|
|
|
| namespace blink {
|
|
|
| -// Very similar to the TextIterator, except that the chunks of text returned are "well behaved",
|
| -// meaning they never end split up a word. This is useful for spellcheck or (perhaps one day) searching.
|
| +// Very similar to the TextIterator, except that the chunks of text returned are
|
| +// "well behaved", meaning they never end split up a word. This is useful for
|
| +// spellcheck or (perhaps one day) searching.
|
| class WordAwareIterator {
|
| STACK_ALLOCATED();
|
|
|
|
|