| Index: third_party/WebKit/Source/core/svg/SVGRectTearOff.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGRectTearOff.cpp b/third_party/WebKit/Source/core/svg/SVGRectTearOff.cpp
|
| index d9b278d01dc82d088e4ab4f9ffc1e23527fb8d5b..adfb719f10d83fff57d2f19c84c0e454bfcd3787 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGRectTearOff.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGRectTearOff.cpp
|
| @@ -85,4 +85,9 @@ void SVGRectTearOff::setHeight(float f, ExceptionState& exceptionState)
|
| commitChange();
|
| }
|
|
|
| +DEFINE_TRACE_WRAPPERS(SVGRectTearOff)
|
| +{
|
| + visitor->traceWrappers(contextElement());
|
| +}
|
| +
|
| } // namespace blink
|
|
|