| 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..bc157eff7b77bd4ec50ab45320c97e4d6fe023d0 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.cpp
|
| @@ -175,4 +175,9 @@ SVGMatrixTearOff* SVGMatrixTearOff::rotateFromVector(double x, double y, Excepti
|
| return create(copy);
|
| }
|
|
|
| +DEFINE_TRACE_WRAPPERS(SVGMatrixTearOff)
|
| +{
|
| + visitor->traceWrappers(m_contextTransform);
|
| +}
|
| +
|
| } // namespace blink
|
|
|