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