Index: Source/core/svg/SVGPathSegMovetoAbs.h |
diff --git a/Source/core/svg/SVGPathSegMovetoAbs.h b/Source/core/svg/SVGPathSegMovetoAbs.h |
index 8da98f5e3088bdc2cdb0626753d0260a1ce0b6e1..67dd160eab38038d015fa85e68618f278bba5e96 100644 |
--- a/Source/core/svg/SVGPathSegMovetoAbs.h |
+++ b/Source/core/svg/SVGPathSegMovetoAbs.h |
@@ -36,10 +36,7 @@ public: |
private: |
SVGPathSegMovetoAbs(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_MOVETO_ABS; } |
virtual String pathSegTypeAsLetter() const OVERRIDE { return "M"; } |