| Index: Source/core/svg/SVGPathSegCurvetoCubicSmoothRel.h
|
| diff --git a/Source/core/svg/SVGPathSegCurvetoCubicSmoothRel.h b/Source/core/svg/SVGPathSegCurvetoCubicSmoothRel.h
|
| index a67940dcbcd1c686cf46231fb24b63ef0aae2c2d..49dbacfc3e51d6701b9453b3d95e22b5150474b0 100644
|
| --- a/Source/core/svg/SVGPathSegCurvetoCubicSmoothRel.h
|
| +++ b/Source/core/svg/SVGPathSegCurvetoCubicSmoothRel.h
|
| @@ -36,10 +36,7 @@ public:
|
|
|
| private:
|
| SVGPathSegCurvetoCubicSmoothRel(SVGPathElement* element, float x, float y, float x2, float y2)
|
| - : SVGPathSegCurvetoCubicSmooth(element, x, y, x2, y2)
|
| - {
|
| - ScriptWrappable::init(this);
|
| - }
|
| + : SVGPathSegCurvetoCubicSmooth(element, x, y, x2, y2) { }
|
|
|
| virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_CURVETO_CUBIC_SMOOTH_REL; }
|
| virtual String pathSegTypeAsLetter() const OVERRIDE { return "s"; }
|
|
|