Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(148)

Unified Diff: third_party/WebKit/Source/core/editing/iterators/WordAwareIterator.h

Issue 2397033002: Reflow comments in //third_party/WebKit/Source/core/editing/iterators (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698