Index: Source/core/svg/SVGFontElement.h |
diff --git a/Source/core/svg/SVGFontElement.h b/Source/core/svg/SVGFontElement.h |
index 849179e764b1d105befc48691c08c64a1010244a..ea802ed3483e9cf550f9b8b8d359650022c72541 100644 |
--- a/Source/core/svg/SVGFontElement.h |
+++ b/Source/core/svg/SVGFontElement.h |
@@ -52,8 +52,8 @@ typedef Vector<SVGKerningPair> KerningPairVector; |
class SVGMissingGlyphElement; |
-class SVGFontElement : public SVGStyledElement |
- , public SVGExternalResourcesRequired { |
+class SVGFontElement FINAL : public SVGStyledElement |
+ , public SVGExternalResourcesRequired { |
public: |
static PassRefPtr<SVGFontElement> create(const QualifiedName&, Document*); |