| Index: third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h
|
| diff --git a/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h b/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h
|
| index 2182e9b613e0f897dae72b6178cb95ac098b8c51..ebd4907b9c4cfec09f917aec5cdb9605f7a98c6c 100644
|
| --- a/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h
|
| +++ b/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h
|
| @@ -74,8 +74,8 @@ private:
|
| UChar m_singleCharacterBuffer;
|
|
|
| // The current text and its position, in the form to be returned from the iterator.
|
| - RawPtrWillBeMember<Node> m_positionNode;
|
| - mutable RawPtrWillBeMember<Node> m_positionOffsetBaseNode;
|
| + Member<Node> m_positionNode;
|
| + mutable Member<Node> m_positionOffsetBaseNode;
|
| mutable int m_positionStartOffset;
|
| mutable int m_positionEndOffset;
|
|
|
|
|