| Index: Source/core/editing/SelectionController.h
|
| diff --git a/Source/core/editing/SelectionController.h b/Source/core/editing/SelectionController.h
|
| index 96f1ed87e1eed91e14d10b6d26bb9b8000d30778..d658d404fb3e4264e265fd7f8d96a6a09a1e98d3 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;
|
|
|