Chromium Code Reviews| Index: Source/core/svg/SVGFEFuncAElement.h |
| diff --git a/Source/core/svg/SVGFEFuncAElement.h b/Source/core/svg/SVGFEFuncAElement.h |
| index 121a4493496d84bd64caebf4621c9ab1c1d875cd..82a5a66ba43803505fa21e5109dc463737e66311 100644 |
| --- a/Source/core/svg/SVGFEFuncAElement.h |
| +++ b/Source/core/svg/SVGFEFuncAElement.h |
| @@ -26,7 +26,7 @@ |
| namespace WebCore { |
| -class SVGFEFuncAElement : public SVGComponentTransferFunctionElement { |
| +class SVGFEFuncAElement FINAL : public SVGComponentTransferFunctionElement { |
| public: |
| static PassRefPtr<SVGFEFuncAElement> create(const QualifiedName&, Document*); |