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