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