| 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..871a2cd6ed775d79db342a1fa2db7c823a649a1a 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| @@ -100,9 +100,6 @@ class CORE_EXPORT FrameSelection final
|
| // You should not call |document()| when |!isAvailable()|.
|
| Document& document() const;
|
| LocalFrame* frame() const { return m_frame; }
|
| - Element* rootEditableElement() const {
|
| - return computeVisibleSelectionInDOMTreeDeprecated().rootEditableElement();
|
| - }
|
| Element* rootEditableElementOrDocumentElement() const;
|
| ContainerNode* rootEditableElementOrTreeScopeRootNode() const;
|
|
|
|
|