| Index: Source/core/editing/iterators/CharacterIterator.cpp
|
| diff --git a/Source/core/editing/iterators/CharacterIterator.cpp b/Source/core/editing/iterators/CharacterIterator.cpp
|
| index 469c2a5422791010e2fcaee5564c2f889ca0fe33..dd2d756b171cd3cf7df978ac0adb509d7b76d5ed 100644
|
| --- a/Source/core/editing/iterators/CharacterIterator.cpp
|
| +++ b/Source/core/editing/iterators/CharacterIterator.cpp
|
| @@ -621,7 +621,7 @@ tryAgain:
|
| return matchLength;
|
| }
|
|
|
| -static const TextIteratorBehaviorFlags iteratorFlagsForFindPlainText = TextIteratorEntersTextControls | TextIteratorEntersAuthorShadowRoots | TextIteratorDoesNotBreakAtReplacedElement;
|
| +static const TextIteratorBehaviorFlags iteratorFlagsForFindPlainText = TextIteratorEntersTextControls | TextIteratorEntersOpenShadowRoots | TextIteratorDoesNotBreakAtReplacedElement;
|
|
|
| PassRefPtrWillBeRawPtr<Range> findPlainText(const Range* range, const String& target, FindOptions options)
|
| {
|
|
|