Index: Source/core/svg/SVGPathSegLinetoRel.h |
diff --git a/Source/core/svg/SVGPathSegLinetoRel.h b/Source/core/svg/SVGPathSegLinetoRel.h |
index b6cd4fde4adb0c3dc07ee721768b145dfdc88a38..b294bd1a010537c8b6956833d6954fba4fc2def1 100644 |
--- a/Source/core/svg/SVGPathSegLinetoRel.h |
+++ b/Source/core/svg/SVGPathSegLinetoRel.h |
@@ -36,10 +36,7 @@ public: |
private: |
SVGPathSegLinetoRel(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_REL; } |
virtual String pathSegTypeAsLetter() const OVERRIDE { return "l"; } |