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