Index: Source/core/svg/SVGPathSegLinetoHorizontalAbs.h |
diff --git a/Source/core/svg/SVGPathSegLinetoHorizontalAbs.h b/Source/core/svg/SVGPathSegLinetoHorizontalAbs.h |
index 317c9fbe136e5131f5ac9e3d284c231d7719a98f..b698665af80422b2285d89d75efc34d66dcc4a39 100644 |
--- a/Source/core/svg/SVGPathSegLinetoHorizontalAbs.h |
+++ b/Source/core/svg/SVGPathSegLinetoHorizontalAbs.h |
@@ -36,10 +36,7 @@ public: |
private: |
SVGPathSegLinetoHorizontalAbs(SVGPathElement* element, float x) |
- : SVGPathSegLinetoHorizontal(element, x) |
- { |
- ScriptWrappable::init(this); |
- } |
+ : SVGPathSegLinetoHorizontal(element, x) { } |
virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_LINETO_HORIZONTAL_ABS; } |
virtual String pathSegTypeAsLetter() const OVERRIDE { return "H"; } |