| 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 9a6670171a1c6bb0445fb3d59ddda248862d0be9..9540393bb7e5a806b85bacfcfe4c3175833ff7c6 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| @@ -186,9 +186,6 @@ class CORE_EXPORT FrameSelection final
|
|
|
| TextGranularity granularity() const { return m_granularity; }
|
|
|
| - Position base() const {
|
| - return computeVisibleSelectionInDOMTreeDeprecated().base();
|
| - }
|
| Position extent() const {
|
| return computeVisibleSelectionInDOMTreeDeprecated().extent();
|
| }
|
|
|