| Index: third_party/WebKit/Source/core/svg/SVGTransformTearOff.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGTransformTearOff.cpp b/third_party/WebKit/Source/core/svg/SVGTransformTearOff.cpp
|
| index 3c08826f73b5a2acf03451316ed86597f3cbfa34..c97c6afd33ff68cb4e9f657d142c3b9061aca5fe 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTransformTearOff.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTransformTearOff.cpp
|
| @@ -126,4 +126,9 @@ void SVGTransformTearOff::setSkewY(float y, ExceptionState& exceptionState)
|
| commitChange();
|
| }
|
|
|
| +DEFINE_TRACE_WRAPPERS(SVGTransformTearOff)
|
| +{
|
| + visitor->traceWrappers(contextElement());
|
| +}
|
| +
|
| } // namespace blink
|
|
|