Index: Source/core/svg/SVGUnknownElement.h |
diff --git a/Source/core/svg/SVGUnknownElement.h b/Source/core/svg/SVGUnknownElement.h |
index 93dd832f52af427a673cf67094d93c88e6827727..8e6e73dbef248dd123a5e028c4af1f78d727faa8 100644 |
--- a/Source/core/svg/SVGUnknownElement.h |
+++ b/Source/core/svg/SVGUnknownElement.h |
@@ -41,7 +41,7 @@ namespace WebCore { |
// |
// The main purpose of this class at the moment is to override rendererIsNeeded() to return |
// false to make sure we don't attempt to render such elements. |
-class SVGUnknownElement : public SVGElement { |
+class SVGUnknownElement FINAL : public SVGElement { |
public: |
static PassRefPtr<SVGUnknownElement> create(const QualifiedName& tagName, Document& document) |
{ |