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