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