| Index: Source/core/svg/SVGFontFaceFormatElement.h
|
| diff --git a/Source/core/svg/SVGFontFaceFormatElement.h b/Source/core/svg/SVGFontFaceFormatElement.h
|
| index 6ca6c1fca4ebedf3f980c030b9aeb1db40b4f76a..9e61daaf66a9be5c541d37c5ca6314d6bb9ccc05 100644
|
| --- a/Source/core/svg/SVGFontFaceFormatElement.h
|
| +++ b/Source/core/svg/SVGFontFaceFormatElement.h
|
| @@ -25,7 +25,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class SVGFontFaceFormatElement : public SVGElement {
|
| +class SVGFontFaceFormatElement FINAL : public SVGElement {
|
| public:
|
| static PassRefPtr<SVGFontFaceFormatElement> create(const QualifiedName&, Document*);
|
|
|
|
|