| Index: Source/core/svg/SVGFEFuncBElement.h
|
| diff --git a/Source/core/svg/SVGFEFuncBElement.h b/Source/core/svg/SVGFEFuncBElement.h
|
| index 7b59a5595f73f23313d6d6b1b9c8fe5b7b18cf37..29a3b9808792198253ecd13532350e8ab0a96d4e 100644
|
| --- a/Source/core/svg/SVGFEFuncBElement.h
|
| +++ b/Source/core/svg/SVGFEFuncBElement.h
|
| @@ -27,6 +27,7 @@
|
| namespace blink {
|
|
|
| class SVGFEFuncBElement FINAL : public SVGComponentTransferFunctionElement {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGFEFuncBElement);
|
|
|
| @@ -36,4 +37,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGFEFuncBElement_h
|
|
|