| Index: Source/core/editing/FrameSelection.h
|
| diff --git a/Source/core/editing/FrameSelection.h b/Source/core/editing/FrameSelection.h
|
| index ab27eafc0f39b867a98dca73e0633111fca1bd03..ad1e5f3e364a256a9608bd2019c87b16c0a04004 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;
|
|
|
|
|