Index: Source/core/svg/SVGPathSegLinetoAbs.h |
diff --git a/Source/core/svg/SVGPathSegLinetoAbs.h b/Source/core/svg/SVGPathSegLinetoAbs.h |
index 397de9947fc78e560d444b3576ef7dcf0db46ac9..a237c9fa7c8d6cabc699d2381b23cca8780b7920 100644 |
--- a/Source/core/svg/SVGPathSegLinetoAbs.h |
+++ b/Source/core/svg/SVGPathSegLinetoAbs.h |
@@ -27,6 +27,7 @@ |
namespace blink { |
class SVGPathSegLinetoAbs FINAL : public SVGPathSegSingleCoordinate { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtr<SVGPathSegLinetoAbs> create(SVGPathElement* element, float x, float y) |
{ |
@@ -46,4 +47,4 @@ private: |
} // namespace blink |
-#endif |
+#endif // SVGPathSegLinetoAbs_h |