Chromium Code Reviews| Index: Source/core/svg/SVGAltGlyphDefElement.h |
| diff --git a/Source/core/svg/SVGAltGlyphDefElement.h b/Source/core/svg/SVGAltGlyphDefElement.h |
| index ed45a25173c6c9526755984404411f87f515efe5..ced3a108b6790440282487a837df197e98c71e1d 100644 |
| --- a/Source/core/svg/SVGAltGlyphDefElement.h |
| +++ b/Source/core/svg/SVGAltGlyphDefElement.h |
| @@ -26,7 +26,7 @@ |
| namespace WebCore { |
| -class SVGAltGlyphDefElement: public SVGElement { |
| +class SVGAltGlyphDefElement FINAL : public SVGElement { |
| public: |
| static PassRefPtr<SVGAltGlyphDefElement> create(const QualifiedName&, Document*); |