Index: Source/core/svg/SVGPathSegLinetoVerticalAbs.h |
diff --git a/Source/core/svg/SVGPathSegLinetoVerticalAbs.h b/Source/core/svg/SVGPathSegLinetoVerticalAbs.h |
index 8b6b18f49360f275df655a0f4d4173ee4c8254bb..45d354e96ff6c7139b1e85a9626ed4e1fdad9bde 100644 |
--- a/Source/core/svg/SVGPathSegLinetoVerticalAbs.h |
+++ b/Source/core/svg/SVGPathSegLinetoVerticalAbs.h |
@@ -36,10 +36,7 @@ public: |
private: |
SVGPathSegLinetoVerticalAbs(SVGPathElement* element, float y) |
- : SVGPathSegLinetoVertical(element, y) |
- { |
- ScriptWrappable::init(this); |
- } |
+ : SVGPathSegLinetoVertical(element, y) { } |
virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_LINETO_VERTICAL_ABS; } |
virtual String pathSegTypeAsLetter() const OVERRIDE { return "V"; } |