Index: third_party/WebKit/Source/core/editing/iterators/SearchBuffer.cpp |
diff --git a/third_party/WebKit/Source/core/editing/iterators/SearchBuffer.cpp b/third_party/WebKit/Source/core/editing/iterators/SearchBuffer.cpp |
index d4dda383119009651c0b1f9c5581f464d76bc00a..89388a871696a36e9c4cdb4d589a68a2ff3bc929 100644 |
--- a/third_party/WebKit/Source/core/editing/iterators/SearchBuffer.cpp |
+++ b/third_party/WebKit/Source/core/editing/iterators/SearchBuffer.cpp |
@@ -422,7 +422,7 @@ static const TextIteratorBehaviorFlags iteratorFlagsForFindPlainText = TextItera |
template <typename Strategy> |
static EphemeralRangeTemplate<Strategy> findPlainTextAlgorithm(const EphemeralRangeTemplate<Strategy>& inputRange, const String& target, FindOptions options) |
{ |
- // CharacterIterator requires layoutObjects to be up-to-date. |
+ // CharacterIterator requires layoutObjects to be up to date. |
if (!inputRange.startPosition().inShadowIncludingDocument()) |
return EphemeralRangeTemplate<Strategy>(); |
DCHECK_EQ(inputRange.startPosition().document(), inputRange.endPosition().document()); |