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