| 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..128f38a84a82000ae819e6012b1e343ab7fa8ba2 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| @@ -222,9 +222,6 @@ class CORE_EXPORT FrameSelection final
|
| bool isNone() const {
|
| return computeVisibleSelectionInDOMTreeDeprecated().isNone();
|
| }
|
| - bool isCaret() const {
|
| - return computeVisibleSelectionInDOMTreeDeprecated().isCaret();
|
| - }
|
| bool isRange() const {
|
| return computeVisibleSelectionInDOMTreeDeprecated().isRange();
|
| }
|
|
|