| 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..6ce70760effdafbb2c2fc0f13de9f34aa74cc396 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| @@ -192,9 +192,6 @@ class CORE_EXPORT FrameSelection final
|
| Position extent() const {
|
| return computeVisibleSelectionInDOMTreeDeprecated().extent();
|
| }
|
| - Position start() const {
|
| - return computeVisibleSelectionInDOMTreeDeprecated().start();
|
| - }
|
|
|
| // Returns true if specified layout block should paint caret. This function is
|
| // called during painting only.
|
|
|