| Index: third_party/WebKit/Source/core/editing/iterators/TextIterator.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/iterators/TextIterator.cpp b/third_party/WebKit/Source/core/editing/iterators/TextIterator.cpp
|
| index 99c357acf7d790c6278ba9597dccea36b1c54b8a..230264991bd98561ee81f3bd551e2f1cb1dbbe2b 100644
|
| --- a/third_party/WebKit/Source/core/editing/iterators/TextIterator.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/iterators/TextIterator.cpp
|
| @@ -162,9 +162,8 @@ TextIteratorAlgorithm<Strategy>::TextIteratorAlgorithm(
|
| m_behavior(adjustBehaviorFlags<Strategy>(behavior)),
|
| m_handledFirstLetter(false),
|
| m_shouldStop(false),
|
| - m_handleShadowRoot(false)
|
| + m_handleShadowRoot(false),
|
| // The call to emitsOriginalText() must occur after m_behavior is initialized.
|
| - ,
|
| m_textState(emitsOriginalText()) {
|
| DCHECK(start.isNotNull());
|
| DCHECK(end.isNotNull());
|
|
|