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