| Index: sky/engine/core/editing/FrameSelection.h
|
| diff --git a/sky/engine/core/editing/FrameSelection.h b/sky/engine/core/editing/FrameSelection.h
|
| index 4e8d1d233a38ceec92429fab0f57bafaaeb168ba..ec5e8d1e9ab78ad04c9b6c0b6302fd9747642a1d 100644
|
| --- a/sky/engine/core/editing/FrameSelection.h
|
| +++ b/sky/engine/core/editing/FrameSelection.h
|
| @@ -93,7 +93,6 @@ public:
|
| };
|
|
|
| Element* rootEditableElement() const { return m_selection.rootEditableElement(); }
|
| - Element* rootEditableElementOrDocumentElement() const;
|
| ContainerNode* rootEditableElementOrTreeScopeRootNode() const;
|
|
|
| bool hasEditableStyle() const { return m_selection.hasEditableStyle(); }
|
|
|