Index: Source/core/editing/Editor.h |
diff --git a/Source/core/editing/Editor.h b/Source/core/editing/Editor.h |
index cb42d35c2a2b6d6d1b42ecdf10937de81dd147bc..4cfab05df6b45709d30ec8643a43272ccd2930df 100644 |
--- a/Source/core/editing/Editor.h |
+++ b/Source/core/editing/Editor.h |
@@ -57,7 +57,7 @@ class UndoStack; |
enum EditorCommandSource { CommandFromMenuOrKeyBinding, CommandFromDOM, CommandFromDOMWithUserInterface }; |
enum EditorParagraphSeparator { EditorParagraphSeparatorIsDiv, EditorParagraphSeparatorIsP }; |
-class Editor FINAL : public NoBaseWillBeGarbageCollectedFinalized<Editor> { |
+class Editor final : public NoBaseWillBeGarbageCollectedFinalized<Editor> { |
WTF_MAKE_NONCOPYABLE(Editor); |
public: |
static PassOwnPtrWillBeRawPtr<Editor> create(LocalFrame&); |