Chromium Code Reviews| Index: Source/core/svg/SVGPathSeg.cpp |
| diff --git a/Source/core/svg/SVGPathSeg.cpp b/Source/core/svg/SVGPathSeg.cpp |
| index 2babb63a2b89bae796ef82ebd4c4afb9ff857f41..9923d58223dafb8b0ed42f78ad3073224f1194c9 100644 |
| --- a/Source/core/svg/SVGPathSeg.cpp |
| +++ b/Source/core/svg/SVGPathSeg.cpp |
| @@ -39,7 +39,6 @@ SVGPathSeg::SVGPathSeg(SVGPathElement* contextElement) |
| : m_ownerList(0) |
| , m_contextElement(contextElement) |
| { |
| - ScriptWrappable::init(this); |
| } |
| void SVGPathSeg::commitChange() |