| Index: Source/core/editing/FrameSelection.h
|
| diff --git a/Source/core/editing/FrameSelection.h b/Source/core/editing/FrameSelection.h
|
| index d6c76f1d8d5b87725195e435bd652917b32ad661..5af9d68691b3a1a296b89598863bda9b9a92fa25 100644
|
| --- a/Source/core/editing/FrameSelection.h
|
| +++ b/Source/core/editing/FrameSelection.h
|
| @@ -256,7 +256,7 @@ private:
|
| VisiblePosition m_originalBase; // Used to store base before the adjustment at bidi boundary
|
| TextGranularity m_granularity;
|
|
|
| - RefPtr<Node> m_previousCaretNode; // The last node which painted the caret. Retained for clearing the old caret when it moves.
|
| + Position m_previousCaretPosition; // The last position which painted the caret. Retained for clearing the old caret when it moves.
|
|
|
| RefPtr<EditingStyle> m_typingStyle;
|
|
|
|
|