Index: Source/core/editing/Caret.h |
diff --git a/Source/core/editing/Caret.h b/Source/core/editing/Caret.h |
index fa2b36c2ddc2f72c6835156f4a70b90b40f8e79d..c9d7a107034b76124f59af0f5dcda45f9b1c31fd 100644 |
--- a/Source/core/editing/Caret.h |
+++ b/Source/core/editing/Caret.h |
@@ -76,7 +76,7 @@ private: |
CaretVisibility m_caretVisibility; |
}; |
-class DragCaretController FINAL : public NoBaseWillBeGarbageCollected<DragCaretController>, private CaretBase { |
+class DragCaretController final : public NoBaseWillBeGarbageCollected<DragCaretController>, private CaretBase { |
WTF_MAKE_NONCOPYABLE(DragCaretController); |
WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED; |
public: |