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