| Index: Source/core/svg/SVGFECompositeElement.h
|
| diff --git a/Source/core/svg/SVGFECompositeElement.h b/Source/core/svg/SVGFECompositeElement.h
|
| index ca23ccaaa104d051ed3e93e335782c53607fc73e..d182ebdf6acb016f7a29f895d54f6a70eaa7fe26 100644
|
| --- a/Source/core/svg/SVGFECompositeElement.h
|
| +++ b/Source/core/svg/SVGFECompositeElement.h
|
| @@ -31,6 +31,7 @@ namespace blink {
|
| template<> const SVGEnumerationStringEntries& getStaticStringEntries<CompositeOperationType>();
|
|
|
| class SVGFECompositeElement FINAL : public SVGFilterPrimitiveStandardAttributes {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGFECompositeElement);
|
|
|
| @@ -62,4 +63,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGFECompositeElement_h
|
|
|