Index: Source/core/svg/SVGMetadataElement.h |
diff --git a/Source/core/svg/SVGMetadataElement.h b/Source/core/svg/SVGMetadataElement.h |
index 8fdbfb48cb675416fe75d265c1845cbe999a3cba..7ec6d54046ea9a6501f36d5238644037f5223a7e 100644 |
--- a/Source/core/svg/SVGMetadataElement.h |
+++ b/Source/core/svg/SVGMetadataElement.h |
@@ -26,7 +26,7 @@ |
namespace WebCore { |
-class SVGMetadataElement : public SVGElement { |
+class SVGMetadataElement FINAL : public SVGElement { |
public: |
static PassRefPtr<SVGMetadataElement> create(const QualifiedName&, Document*); |