| Index: third_party/WebKit/Source/core/editing/iterators/TextIterator.h
|
| diff --git a/third_party/WebKit/Source/core/editing/iterators/TextIterator.h b/third_party/WebKit/Source/core/editing/iterators/TextIterator.h
|
| index 64f48c80574af97f8cddfea509ccca288a81c467..2b5d2b9b98b0b267a6696f822b2af96efaed191d 100644
|
| --- a/third_party/WebKit/Source/core/editing/iterators/TextIterator.h
|
| +++ b/third_party/WebKit/Source/core/editing/iterators/TextIterator.h
|
| @@ -230,6 +230,9 @@ class CORE_TEMPLATE_CLASS_EXPORT TextIteratorAlgorithm {
|
| Member<Node> end_node_;
|
| Member<Node> past_end_node_;
|
|
|
| + // The current text node, from which text is being emitted.
|
| + Member<Text> text_node_;
|
| +
|
| // Used when there is still some pending text from the current node; when
|
| // these are false and 0, we go back to normal iterating.
|
| bool needs_another_newline_;
|
|
|