Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGFEBlendElement.h
index b2a8c51..54ebd95 100644 (file)
@@ -27,6 +27,7 @@
 namespace blink {
 
 class SVGFEBlendElement FINAL : public SVGFilterPrimitiveStandardAttributes {
+    DEFINE_WRAPPERTYPEINFO();
 public:
     enum Mode {
         ModeUnknown = 0,
@@ -75,4 +76,4 @@ template<> unsigned short getMaxExposedEnumValue<SVGFEBlendElement::Mode>();
 
 } // namespace blink
 
-#endif
+#endif // SVGFEBlendElement_h