| 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 3d91b74bd93fc9808a644ca54900909163555ce2..eaea1ac12f72a324f82b9f9960b92b27504c2d08 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());
|
|
|