| 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 da8830641ad8bd41dece328ef45c47e2281f7e62..803708f959831e33c437ba6c1f6b2085f44f2349 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| @@ -101,7 +101,6 @@ class CORE_EXPORT FrameSelection final
|
| Document& document() const;
|
| LocalFrame* frame() const { return m_frame; }
|
| Element* rootEditableElementOrDocumentElement() const;
|
| - ContainerNode* rootEditableElementOrTreeScopeRootNode() const;
|
|
|
| // An implementation of |WebFrame::moveCaretSelection()|
|
| void moveCaretSelection(const IntPoint&);
|
|
|