| Index: Source/core/svg/SVGPathSegClosePath.h
|
| diff --git a/Source/core/svg/SVGPathSegClosePath.h b/Source/core/svg/SVGPathSegClosePath.h
|
| index 5df3c6e91eaa6c89659ae331dc1482093133b894..62dda589cbbe7fe6dc3225bd231fb2e7debbc336 100644
|
| --- a/Source/core/svg/SVGPathSegClosePath.h
|
| +++ b/Source/core/svg/SVGPathSegClosePath.h
|
| @@ -35,10 +35,7 @@ public:
|
|
|
| private:
|
| SVGPathSegClosePath(SVGPathElement* element)
|
| - : SVGPathSegWithContext(element)
|
| - {
|
| - ScriptWrappable::init(this);
|
| - }
|
| + : SVGPathSegWithContext(element) { }
|
|
|
| virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_CLOSEPATH; }
|
| virtual String pathSegTypeAsLetter() const OVERRIDE { return "Z"; }
|
|
|