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