Index: Source/core/svg/SVGPathSegArcAbs.h |
diff --git a/Source/core/svg/SVGPathSegArcAbs.h b/Source/core/svg/SVGPathSegArcAbs.h |
index 51976dd558310ecf27b25c8688f0620db3dec243..779308a333915b2e4bcec935c3a98f62dcd94454 100644 |
--- a/Source/core/svg/SVGPathSegArcAbs.h |
+++ b/Source/core/svg/SVGPathSegArcAbs.h |
@@ -36,10 +36,7 @@ public: |
private: |
SVGPathSegArcAbs(SVGPathElement* element, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag) |
- : SVGPathSegArc(element, x, y, r1, r2, angle, largeArcFlag, sweepFlag) |
- { |
- ScriptWrappable::init(this); |
- } |
+ : SVGPathSegArc(element, x, y, r1, r2, angle, largeArcFlag, sweepFlag) { } |
virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_ARC_ABS; } |
virtual String pathSegTypeAsLetter() const OVERRIDE { return "A"; } |