| Index: third_party/WebKit/Source/core/svg/SVGNumberTearOff.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGNumberTearOff.cpp b/third_party/WebKit/Source/core/svg/SVGNumberTearOff.cpp
|
| index 57919ce9e51249afa64bcaf3fab8295686564cc0..3aa32851b1d116585612a237bda2cce3612a40a0 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGNumberTearOff.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGNumberTearOff.cpp
|
| @@ -52,4 +52,9 @@ void SVGNumberTearOff::setValue(float f, ExceptionState& exceptionState)
|
| commitChange();
|
| }
|
|
|
| +DEFINE_TRACE_WRAPPERS(SVGNumberTearOff)
|
| +{
|
| + visitor->traceWrappers(contextElement());
|
| +}
|
| +
|
| } // namespace blink
|
|
|