Index: Source/core/svg/SVGFontFaceSrcElement.h |
diff --git a/Source/core/svg/SVGFontFaceSrcElement.h b/Source/core/svg/SVGFontFaceSrcElement.h |
index 5e276258aad428222124feec56118866008da345..d2b1977949f7e9e9f274ebfabebd79da18dc021c 100644 |
--- a/Source/core/svg/SVGFontFaceSrcElement.h |
+++ b/Source/core/svg/SVGFontFaceSrcElement.h |
@@ -27,7 +27,7 @@ namespace WebCore { |
class CSSValueList; |
-class SVGFontFaceSrcElement : public SVGElement { |
+class SVGFontFaceSrcElement FINAL : public SVGElement { |
public: |
static PassRefPtr<SVGFontFaceSrcElement> create(const QualifiedName&, Document*); |