Index: Source/core/editing/FrameSelection.h |
diff --git a/Source/core/editing/FrameSelection.h b/Source/core/editing/FrameSelection.h |
index 6dbee0c4b663649b9567cebd7bf35f5376d233e9..9e59970e7a65c6cd512c331622a09977b92fdc96 100644 |
--- a/Source/core/editing/FrameSelection.h |
+++ b/Source/core/editing/FrameSelection.h |
@@ -266,7 +266,7 @@ private: |
VisibleSelection validateSelection(const VisibleSelection&); |
- LocalFrame* m_frame; |
+ RawPtrWillBeMember<LocalFrame> m_frame; |
LayoutUnit m_xPosForVerticalArrowNavigation; |