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

Unified Diff: third_party/WebKit/Source/core/editing/SurroundingText.cpp

Issue 2399663003: Reflow comments in //third_party/WebKit/Source/core/editing (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/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);

Powered by Google App Engine
This is Rietveld 408576698