Index: third_party/WebKit/Source/core/editing/iterators/WordAwareIterator.cpp |
diff --git a/third_party/WebKit/Source/core/editing/iterators/WordAwareIterator.cpp b/third_party/WebKit/Source/core/editing/iterators/WordAwareIterator.cpp |
index 4de5edf332cb94b6a6416d97ca2dba22ba241b9c..53c8200fbc807ef76654d18753b7787799ab1772 100644 |
--- a/third_party/WebKit/Source/core/editing/iterators/WordAwareIterator.cpp |
+++ b/third_party/WebKit/Source/core/editing/iterators/WordAwareIterator.cpp |
@@ -31,8 +31,7 @@ namespace blink { |
WordAwareIterator::WordAwareIterator(const Position& start, const Position& end) |
// So we consider the first chunk from the text iterator. |
- : m_didLookAhead(true), |
- m_textIterator(start, end) { |
+ : m_didLookAhead(true), m_textIterator(start, end) { |
advance(); // Get in position over the first chunk of text. |
} |