| 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 5845bb3464dce3f15e1168721bdd949de44878e8..b875f3eef525f6c902a04168dd801b220d12946f 100644
|
| --- a/third_party/WebKit/Source/core/editing/iterators/TextIterator.h
|
| +++ b/third_party/WebKit/Source/core/editing/iterators/TextIterator.h
|
| @@ -168,6 +168,9 @@ private:
|
| int m_startOffset;
|
| Member<Node> m_endContainer;
|
| int m_endOffset;
|
| + // |m_endNode| stores |Strategy::childAt(*m_endContainer, m_endOffset - 1)|,
|
| + // if it exists, or |nullptr| otherwise.
|
| + Member<Node> m_endNode;
|
| Member<Node> m_pastEndNode;
|
|
|
| // Used when there is still some pending text from the current node; when these
|
|
|