Index: Source/core/svg/SVGPathSegCurvetoQuadraticSmoothAbs.h |
diff --git a/Source/core/svg/SVGPathSegCurvetoQuadraticSmoothAbs.h b/Source/core/svg/SVGPathSegCurvetoQuadraticSmoothAbs.h |
index 74d50af1823c19fe9951972aa782b4590f2bfac4..b55dbc21183db851faef6ec12dc756536b8d8878 100644 |
--- a/Source/core/svg/SVGPathSegCurvetoQuadraticSmoothAbs.h |
+++ b/Source/core/svg/SVGPathSegCurvetoQuadraticSmoothAbs.h |
@@ -36,10 +36,7 @@ public: |
private: |
SVGPathSegCurvetoQuadraticSmoothAbs(SVGPathElement* element, float x, float y) |
- : SVGPathSegSingleCoordinate(element, x, y) |
- { |
- ScriptWrappable::init(this); |
- } |
+ : SVGPathSegSingleCoordinate(element, x, y) { } |
virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS; } |
virtual String pathSegTypeAsLetter() const OVERRIDE { return "T"; } |