| Index: Source/core/svg/SVGAltGlyphElement.h
|
| diff --git a/Source/core/svg/SVGAltGlyphElement.h b/Source/core/svg/SVGAltGlyphElement.h
|
| index 179ed77345c314fca8b2e699099a4bc2b3326a79..a61839148996fcc25b704b2e7121596012965762 100644
|
| --- a/Source/core/svg/SVGAltGlyphElement.h
|
| +++ b/Source/core/svg/SVGAltGlyphElement.h
|
| @@ -31,8 +31,8 @@ namespace WebCore {
|
|
|
| class SVGGlyphElement;
|
|
|
| -class SVGAltGlyphElement : public SVGTextPositioningElement,
|
| - public SVGURIReference {
|
| +class SVGAltGlyphElement FINAL : public SVGTextPositioningElement,
|
| + public SVGURIReference {
|
| public:
|
| static PassRefPtr<SVGAltGlyphElement> create(const QualifiedName&, Document*);
|
|
|
|
|