Chromium Code Reviews| Index: Source/core/svg/SVGFEPointLightElement.h |
| diff --git a/Source/core/svg/SVGFEPointLightElement.h b/Source/core/svg/SVGFEPointLightElement.h |
| index 8abdaab2f76a4fa838032888b62f066f29d3ea4b..699797c2137487e8059e3f513b59e751da321785 100644 |
| --- a/Source/core/svg/SVGFEPointLightElement.h |
| +++ b/Source/core/svg/SVGFEPointLightElement.h |
| @@ -25,7 +25,7 @@ |
| namespace WebCore { |
| -class SVGFEPointLightElement : public SVGFELightElement { |
| +class SVGFEPointLightElement FINAL : public SVGFELightElement { |
| public: |
| static PassRefPtr<SVGFEPointLightElement> create(const QualifiedName&, Document*); |