Index: Source/core/html/forms/ButtonInputType.h |
diff --git a/Source/core/html/forms/ButtonInputType.h b/Source/core/html/forms/ButtonInputType.h |
index aa31135602b94a6f104bcfd7a213855de4359a23..68e2f28c526a281bdb24f763ec6e97f58997683d 100644 |
--- a/Source/core/html/forms/ButtonInputType.h |
+++ b/Source/core/html/forms/ButtonInputType.h |
@@ -35,7 +35,7 @@ |
namespace WebCore { |
-class ButtonInputType : public BaseButtonInputType { |
+class ButtonInputType FINAL : public BaseButtonInputType { |
public: |
static PassRefPtr<InputType> create(HTMLInputElement&); |