Index: Source/core/editing/FrameSelection.h |
diff --git a/Source/core/editing/FrameSelection.h b/Source/core/editing/FrameSelection.h |
index 470dce0ce5ac4d96d8b83e4377a0bc4eca10cf8f..8d2a5c546e18e32042af4330a8d602be7773bc4d 100644 |
--- a/Source/core/editing/FrameSelection.h |
+++ b/Source/core/editing/FrameSelection.h |
@@ -261,7 +261,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; |