| 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 d2a3c77303adccd5a79aed6a64e9f5d6c7f45186..c8411f67f2dc467529f41477568f1d9b773bc722 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| @@ -213,9 +213,6 @@ class CORE_EXPORT FrameSelection final
|
| bool isNone() const {
|
| return computeVisibleSelectionInDOMTreeDeprecated().isNone();
|
| }
|
| - bool isRange() const {
|
| - return computeVisibleSelectionInDOMTreeDeprecated().isRange();
|
| - }
|
| bool isInPasswordField() const;
|
| bool isDirectional() const { return selectionInDOMTree().isDirectional(); }
|
|
|
|
|