Index: Source/core/svg/SVGFEOffsetElement.h |
diff --git a/Source/core/svg/SVGFEOffsetElement.h b/Source/core/svg/SVGFEOffsetElement.h |
index 384d68d25fb57ab2e7aec4fdda1c317a1e9f0fa2..7ba0c9d58715cb4499bab2da1b4dfbfd3b52b625 100644 |
--- a/Source/core/svg/SVGFEOffsetElement.h |
+++ b/Source/core/svg/SVGFEOffsetElement.h |
@@ -28,6 +28,7 @@ |
namespace blink { |
class SVGFEOffsetElement FINAL : public SVGFilterPrimitiveStandardAttributes { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
DECLARE_NODE_FACTORY(SVGFEOffsetElement); |
@@ -49,4 +50,4 @@ private: |
} // namespace blink |
-#endif |
+#endif // SVGFEOffsetElement_h |