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