Index: Source/core/svg/SVGPathSegLinetoAbs.h |
diff --git a/Source/core/svg/SVGPathSegLinetoAbs.h b/Source/core/svg/SVGPathSegLinetoAbs.h |
index a237c9fa7c8d6cabc699d2381b23cca8780b7920..3aee5471fb7279d7a90dd606cdba5ccf0cb9efeb 100644 |
--- a/Source/core/svg/SVGPathSegLinetoAbs.h |
+++ b/Source/core/svg/SVGPathSegLinetoAbs.h |
@@ -36,10 +36,7 @@ public: |
private: |
SVGPathSegLinetoAbs(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_LINETO_ABS; } |
virtual String pathSegTypeAsLetter() const OVERRIDE { return "L"; } |