Index: Source/core/svg/SVGFEFuncRElement.h |
diff --git a/Source/core/svg/SVGFEFuncRElement.h b/Source/core/svg/SVGFEFuncRElement.h |
index 40bad7f5108b27fa122cf56a1c06dd595eaf6b59..774961962afe424bd26fec22ca2da0e87582421e 100644 |
--- a/Source/core/svg/SVGFEFuncRElement.h |
+++ b/Source/core/svg/SVGFEFuncRElement.h |
@@ -27,6 +27,7 @@ |
namespace blink { |
class SVGFEFuncRElement FINAL : public SVGComponentTransferFunctionElement { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
DECLARE_NODE_FACTORY(SVGFEFuncRElement); |
@@ -36,4 +37,4 @@ private: |
} // namespace blink |
-#endif |
+#endif // SVGFEFuncRElement_h |