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