| Index: Source/core/svg/SVGFontFaceElement.h
|
| diff --git a/Source/core/svg/SVGFontFaceElement.h b/Source/core/svg/SVGFontFaceElement.h
|
| index 543f6d0ff82ad172d7a8809bb2c24238652d0ac9..1f5bf2159c763c48603fbc76e7082af1133c3249 100644
|
| --- a/Source/core/svg/SVGFontFaceElement.h
|
| +++ b/Source/core/svg/SVGFontFaceElement.h
|
| @@ -30,7 +30,7 @@ namespace WebCore {
|
| class SVGFontElement;
|
| class StyleRuleFontFace;
|
|
|
| -class SVGFontFaceElement : public SVGElement {
|
| +class SVGFontFaceElement FINAL : public SVGElement {
|
| public:
|
| static PassRefPtr<SVGFontFaceElement> create(const QualifiedName&, Document*);
|
|
|
|
|