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