| Index: Source/core/editing/TextIterator.h
|
| diff --git a/Source/core/editing/TextIterator.h b/Source/core/editing/TextIterator.h
|
| index 39b11d2c6b9aec798c29d0e741e6a9cca353a9bb..cae9dc5abcfeb684700a3c9690f8d7aa3e23d726 100644
|
| --- a/Source/core/editing/TextIterator.h
|
| +++ b/Source/core/editing/TextIterator.h
|
| @@ -176,7 +176,7 @@
|
| // remaining text box.
|
| InlineTextBox* m_remainingTextBox;
|
| // Used to point to RenderText object for :first-letter.
|
| - RawPtrWillBeMember<RenderText> m_firstLetterText;
|
| + RenderText *m_firstLetterText;
|
|
|
| // Used to do the whitespace collapsing logic.
|
| RawPtrWillBeMember<Node> m_lastTextNode;
|
|
|