| Index: Source/core/svg/SVGMatrixTearOff.cpp
|
| diff --git a/Source/core/svg/SVGMatrixTearOff.cpp b/Source/core/svg/SVGMatrixTearOff.cpp
|
| index 5795b04788c1a92169100f3cf0cc2139b559de03..5578c202c91e7e0223ebf9d594c1b5d3dd20dce0 100644
|
| --- a/Source/core/svg/SVGMatrixTearOff.cpp
|
| +++ b/Source/core/svg/SVGMatrixTearOff.cpp
|
| @@ -41,14 +41,12 @@ SVGMatrixTearOff::SVGMatrixTearOff(const AffineTransform& staticValue)
|
| : m_staticValue(staticValue)
|
| , m_contextTransform(0)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| SVGMatrixTearOff::SVGMatrixTearOff(SVGTransformTearOff* transform)
|
| : m_contextTransform(transform)
|
| {
|
| ASSERT(transform);
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| SVGMatrixTearOff::~SVGMatrixTearOff()
|
|
|