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