| 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 a68b2bee78415ddfd6baf1faab5ab0f3966c1ff4..2e8a12df037fd6b5886b930713f5009ac1964cce 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| @@ -158,10 +158,6 @@ class CORE_EXPORT FrameSelection final
|
|
|
| bool contains(const LayoutPoint&);
|
|
|
| - SelectionType getSelectionType() const {
|
| - return computeVisibleSelectionInDOMTreeDeprecated().getSelectionType();
|
| - }
|
| -
|
| bool modify(EAlteration,
|
| SelectionDirection,
|
| TextGranularity,
|
|
|