Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGFEComponentTransferElement.h
index 19da430..534a0d6 100644 (file)
@@ -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