| Index: Source/core/editing/SelectionController.h
|
| diff --git a/Source/core/editing/SelectionController.h b/Source/core/editing/SelectionController.h
|
| index e4649efab71243d72e29f328307cbba570847b91..28c9ab26ff3589ce124f41a840503e6d81e46428 100644
|
| --- a/Source/core/editing/SelectionController.h
|
| +++ b/Source/core/editing/SelectionController.h
|
| @@ -81,6 +81,7 @@ private:
|
| void selectClosestMisspellingFromMouseEvent(const MouseEventWithHitTestResults&);
|
| void selectClosestWordOrLinkFromMouseEvent(const MouseEventWithHitTestResults&);
|
|
|
| + FrameSelection& selection() const;
|
|
|
| RawPtrWillBeMember<LocalFrame> const m_frame;
|
| bool m_mouseDownMayStartSelect;
|
|
|