| 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 f672dce6982d36352fbaaaf570b637bd852fb5a4..68e5550dba9bc67767b792f50fbd3e9832ee2aef 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| @@ -103,10 +103,6 @@ class CORE_EXPORT FrameSelection final
|
| Element* rootEditableElementOrDocumentElement() const;
|
| ContainerNode* rootEditableElementOrTreeScopeRootNode() const;
|
|
|
| - bool hasEditableStyle() const {
|
| - return computeVisibleSelectionInDOMTreeDeprecated().hasEditableStyle();
|
| - }
|
| -
|
| // An implementation of |WebFrame::moveCaretSelection()|
|
| void moveCaretSelection(const IntPoint&);
|
|
|
|
|