| Index: third_party/WebKit/Source/core/editing/SurroundingText.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/SurroundingText.cpp b/third_party/WebKit/Source/core/editing/SurroundingText.cpp
|
| index 0af0a9f18e87d817f0045418fa538fc1279f20d5..d62eb8c760e445a5b06d569d663ea1c2f991d93a 100644
|
| --- a/third_party/WebKit/Source/core/editing/SurroundingText.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/SurroundingText.cpp
|
| @@ -69,7 +69,8 @@ void SurroundingText::initialize(const Position& startPosition,
|
| endPosition, Position::lastPositionInNode(document->documentElement())
|
| .parentAnchoredEquivalent(),
|
| TextIteratorStopsOnFormControls);
|
| - // FIXME: why do we stop going trough the text if we were not able to select something on the right?
|
| + // FIXME: why do we stop going trough the text if we were not able to select
|
| + // something on the right?
|
| if (!forwardIterator.atEnd())
|
| forwardIterator.advance(maxLength - halfMaxLength);
|
|
|
|
|