Index: Source/core/html/forms/RadioInputType.h |
diff --git a/Source/core/html/forms/RadioInputType.h b/Source/core/html/forms/RadioInputType.h |
index 09788e2033aa303233a5f4c3f012b4320229c468..14a138624c11b40d42231f1b205fd1ca05188e13 100644 |
--- a/Source/core/html/forms/RadioInputType.h |
+++ b/Source/core/html/forms/RadioInputType.h |
@@ -35,7 +35,7 @@ |
namespace WebCore { |
-class RadioInputType : public BaseCheckableInputType { |
+class RadioInputType FINAL : public BaseCheckableInputType { |
public: |
static PassRefPtr<InputType> create(HTMLInputElement&); |