| Index: third_party/WebKit/Source/core/svg/SVGPreserveAspectRatioTearOff.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatioTearOff.cpp b/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatioTearOff.cpp
|
| index 189b2f8a4a4aa2f3af2921f9db35f4297ef43166..449ca8f970731472b581135d5a91775335fe4879 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatioTearOff.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatioTearOff.cpp
|
| @@ -69,4 +69,9 @@ SVGPreserveAspectRatioTearOff::SVGPreserveAspectRatioTearOff(SVGPreserveAspectRa
|
| {
|
| }
|
|
|
| +DEFINE_TRACE_WRAPPERS(SVGPreserveAspectRatioTearOff)
|
| +{
|
| + visitor->traceWrappers(contextElement());
|
| +}
|
| +
|
| } // namespace blink
|
|
|