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