| Index: third_party/WebKit/Source/core/editing/FrameSelection.h
|
| diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.h b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| index 1cee348a50ad856e784df72682889ef36474f7c3..5524f80bb9cc12f18814b36e728e4ff0305e1fce 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| @@ -131,7 +131,6 @@ class CORE_EXPORT FrameSelection final
|
| SetSelectionOptions = CloseTyping | ClearTypingStyle,
|
| CursorAlignOnScroll = CursorAlignOnScroll::IfNeeded,
|
| TextGranularity = CharacterGranularity);
|
| - void setSelection(const VisibleSelection&, SetSelectionOptions);
|
| bool setSelectedRange(
|
| const EphemeralRange&,
|
| TextAffinity,
|
|
|