Index: Source/core/html/forms/SearchInputType.h |
diff --git a/Source/core/html/forms/SearchInputType.h b/Source/core/html/forms/SearchInputType.h |
index d13c0f94c421f8973da06cfd32401ff8d2702814..2bcf4c5ec08cb1e3b7c8b42b66e81e2e122d3f4b 100644 |
--- a/Source/core/html/forms/SearchInputType.h |
+++ b/Source/core/html/forms/SearchInputType.h |
@@ -39,7 +39,7 @@ namespace WebCore { |
class SearchFieldCancelButtonElement; |
class SearchFieldDecorationElement; |
-class SearchInputType : public BaseTextInputType { |
+class SearchInputType FINAL : public BaseTextInputType { |
public: |
static PassRefPtr<InputType> create(HTMLInputElement&); |