Index: Source/core/svg/SVGFEComponentTransferElement.h |
diff --git a/Source/core/svg/SVGFEComponentTransferElement.h b/Source/core/svg/SVGFEComponentTransferElement.h |
index 19da43009b67b9b53cad370c053ebb35f7a356c2..534a0d61e212a7254f95e54e2687bc77fdb464cd 100644 |
--- a/Source/core/svg/SVGFEComponentTransferElement.h |
+++ b/Source/core/svg/SVGFEComponentTransferElement.h |
@@ -27,6 +27,7 @@ |
namespace blink { |
class SVGFEComponentTransferElement FINAL : public SVGFilterPrimitiveStandardAttributes { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
DECLARE_NODE_FACTORY(SVGFEComponentTransferElement); |
SVGAnimatedString* in1() { return m_in1.get(); } |
@@ -44,4 +45,4 @@ private: |
} // namespace blink |
-#endif |
+#endif // SVGFEComponentTransferElement_h |