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