Index: Source/core/svg/SVGPathSegLinetoVerticalAbs.h |
diff --git a/Source/core/svg/SVGPathSegLinetoVerticalAbs.h b/Source/core/svg/SVGPathSegLinetoVerticalAbs.h |
index 1da3941f409d518c1bfe5446d06ea10aae40f26e..8b6b18f49360f275df655a0f4d4173ee4c8254bb 100644 |
--- a/Source/core/svg/SVGPathSegLinetoVerticalAbs.h |
+++ b/Source/core/svg/SVGPathSegLinetoVerticalAbs.h |
@@ -27,6 +27,7 @@ |
namespace blink { |
class SVGPathSegLinetoVerticalAbs FINAL : public SVGPathSegLinetoVertical { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtr<SVGPathSegLinetoVerticalAbs> create(SVGPathElement* element, float y) |
{ |
@@ -46,4 +47,4 @@ private: |
} // namespace blink |
-#endif |
+#endif // SVGPathSegLinetoVerticalAbs_h |