| 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 67842006bac0b2a4f0a536e179cf3989e65e4c31..0fe60391467001c2be239417a509e10251f4fd90 100644
|
| --- a/third_party/WebKit/Source/core/editing/iterators/TextIterator.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/iterators/TextIterator.cpp
|
| @@ -187,7 +187,7 @@ TextIteratorAlgorithm<Strategy>::TextIteratorAlgorithm(
|
| shadow_depth_(
|
| ShadowDepthOf<Strategy>(*start_container_, *end_container_)),
|
| behavior_(AdjustBehaviorFlags<Strategy>(behavior)),
|
| - text_state_(new TextIteratorTextState(behavior_)),
|
| + text_state_(new TextIteratorTextState()),
|
| text_node_handler_(
|
| new TextIteratorTextNodeHandler(behavior_, text_state_)) {
|
| DCHECK(start_container_);
|
|
|