Index: Source/core/html/HTMLLabelElement.h |
diff --git a/Source/core/html/HTMLLabelElement.h b/Source/core/html/HTMLLabelElement.h |
index 08baa9eb90d57b268f69f3589432f4ced6f5fa2c..7b1935bb61c969f09d54cd6979d6ea83a108d4bb 100644 |
--- a/Source/core/html/HTMLLabelElement.h |
+++ b/Source/core/html/HTMLLabelElement.h |
@@ -29,7 +29,7 @@ |
namespace WebCore { |
-class HTMLLabelElement : public HTMLElement { |
+class HTMLLabelElement FINAL : public HTMLElement { |
public: |
static PassRefPtr<HTMLLabelElement> create(const QualifiedName&, Document*); |