| Index: sky/engine/core/editing/Editor.h
|
| diff --git a/sky/engine/core/editing/Editor.h b/sky/engine/core/editing/Editor.h
|
| index 5fbe67dad78695a39207e8e9562a71781fd0970e..3cd623e97e94b3adf05de7951464d92b0f446b64 100644
|
| --- a/sky/engine/core/editing/Editor.h
|
| +++ b/sky/engine/core/editing/Editor.h
|
| @@ -58,7 +58,7 @@ class UndoStack;
|
| enum EditorCommandSource { CommandFromMenuOrKeyBinding, CommandFromDOM, CommandFromDOMWithUserInterface };
|
| enum EditorParagraphSeparator { EditorParagraphSeparatorIsDiv, EditorParagraphSeparatorIsP };
|
|
|
| -class Editor final : public DummyBase<Editor> {
|
| +class Editor final {
|
| WTF_MAKE_NONCOPYABLE(Editor);
|
| public:
|
| static PassOwnPtr<Editor> create(LocalFrame&);
|
|
|