| Index: third_party/WebKit/Source/core/svg/SVGMatrixTearOff.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.cpp b/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.cpp
|
| index 04271d69f1eeaf2c0d84bb053d4c86d094d40a68..e53cf0e6e2651c20deed685726bdd967d4e2c4b7 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.cpp
|
| @@ -47,6 +47,10 @@
|
| : m_contextTransform(transform)
|
| {
|
| ASSERT(transform);
|
| +}
|
| +
|
| +SVGMatrixTearOff::~SVGMatrixTearOff()
|
| +{
|
| }
|
|
|
| DEFINE_TRACE(SVGMatrixTearOff)
|
|
|