Index: Source/core/html/forms/FormController.cpp |
diff --git a/Source/core/html/forms/FormController.cpp b/Source/core/html/forms/FormController.cpp |
index 4aaacb785abcced75386c76d9fd597f2f5d5d7dd..67131c9cafb3a3a93deab850419cec49b84dbffb 100644 |
--- a/Source/core/html/forms/FormController.cpp |
+++ b/Source/core/html/forms/FormController.cpp |
@@ -288,7 +288,7 @@ Vector<String> SavedFormState::getReferencedFilePaths() const |
// ---------------------------------------------------------------------------- |
-class FormKeyGenerator FINAL : public NoBaseWillBeGarbageCollectedFinalized<FormKeyGenerator> { |
+class FormKeyGenerator final : public NoBaseWillBeGarbageCollectedFinalized<FormKeyGenerator> { |
WTF_MAKE_NONCOPYABLE(FormKeyGenerator); |
WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED; |