Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGFEColorMatrixElement.h
index 7f448e9..87d93ac 100644 (file)
@@ -31,6 +31,7 @@ namespace blink {
 template<> const SVGEnumerationStringEntries& getStaticStringEntries<ColorMatrixType>();
 
 class SVGFEColorMatrixElement FINAL : public SVGFilterPrimitiveStandardAttributes {
+    DEFINE_WRAPPERTYPEINFO();
 public:
     DECLARE_NODE_FACTORY(SVGFEColorMatrixElement);
 
@@ -54,4 +55,4 @@ private:
 
 } // namespace blink
 
-#endif
+#endif // SVGFEColorMatrixElement_h