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