Chromium Code Reviews| Index: Source/core/svg/SVGMissingGlyphElement.h |
| diff --git a/Source/core/svg/SVGMissingGlyphElement.h b/Source/core/svg/SVGMissingGlyphElement.h |
| index d726c0d7adb88af4c81ea823aee39bb2e341083e..66def730bbc2871a34ad67a70100cfddb46e7fc4 100644 |
| --- a/Source/core/svg/SVGMissingGlyphElement.h |
| +++ b/Source/core/svg/SVGMissingGlyphElement.h |
| @@ -25,7 +25,7 @@ |
| namespace WebCore { |
| -class SVGMissingGlyphElement : public SVGStyledElement { |
| +class SVGMissingGlyphElement FINAL : public SVGStyledElement { |
| public: |
| static PassRefPtr<SVGMissingGlyphElement> create(const QualifiedName&, Document*); |