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