Index: Source/core/html/forms/SubmitInputType.h |
diff --git a/Source/core/html/forms/SubmitInputType.h b/Source/core/html/forms/SubmitInputType.h |
index e2635c5ae4aa8884edbfb291761ca6384cc45827..77d86ca60a138473eb9317d764714ba299d99c02 100644 |
--- a/Source/core/html/forms/SubmitInputType.h |
+++ b/Source/core/html/forms/SubmitInputType.h |
@@ -35,7 +35,7 @@ |
namespace WebCore { |
-class SubmitInputType : public BaseButtonInputType { |
+class SubmitInputType FINAL : public BaseButtonInputType { |
public: |
static PassRefPtr<InputType> create(HTMLInputElement&); |