| Index: Source/core/svg/SVGFEFuncGElement.h
|
| diff --git a/Source/core/svg/SVGFEFuncGElement.h b/Source/core/svg/SVGFEFuncGElement.h
|
| index 10b00473765bc4ae8aa22052d2ccd9653861ad6f..3bfb940ee2c80595da180e401eb4df365cb04554 100644
|
| --- a/Source/core/svg/SVGFEFuncGElement.h
|
| +++ b/Source/core/svg/SVGFEFuncGElement.h
|
| @@ -26,7 +26,7 @@
|
|
|
| namespace blink {
|
|
|
| -class SVGFEFuncGElement FINAL : public SVGComponentTransferFunctionElement {
|
| +class SVGFEFuncGElement final : public SVGComponentTransferFunctionElement {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGFEFuncGElement);
|
|
|