Index: Source/core/html/forms/NumberInputType.h |
diff --git a/Source/core/html/forms/NumberInputType.h b/Source/core/html/forms/NumberInputType.h |
index 35711e3f9f6c919eb74d8c2971ad046200290bbf..cb60adc95eb35f332a9c5db21164ca4f8c0ce028 100644 |
--- a/Source/core/html/forms/NumberInputType.h |
+++ b/Source/core/html/forms/NumberInputType.h |
@@ -37,7 +37,7 @@ namespace WebCore { |
class ExceptionState; |
-class NumberInputType : public TextFieldInputType { |
+class NumberInputType FINAL : public TextFieldInputType { |
public: |
static PassRefPtr<InputType> create(HTMLInputElement&); |