| Index: Source/core/editing/TextIterator.h
|
| diff --git a/Source/core/editing/TextIterator.h b/Source/core/editing/TextIterator.h
|
| index 6693bd4b9e35e1602e48fb31c9e1ee68e3007aa3..783d45ddc7c3d05f02bad4eae33d0b8b6e2dcbab 100644
|
| --- a/Source/core/editing/TextIterator.h
|
| +++ b/Source/core/editing/TextIterator.h
|
| @@ -175,7 +175,7 @@ private:
|
| // remaining text box.
|
| InlineTextBox* m_remainingTextBox;
|
| // Used to point to RenderText object for :first-letter.
|
| - RenderText *m_firstLetterText;
|
| + RawPtrWillBeMember<RenderText> m_firstLetterText;
|
|
|
| // Used to do the whitespace collapsing logic.
|
| RawPtrWillBeMember<Text> m_lastTextNode;
|
|
|