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