| Index: third_party/WebKit/Source/core/svg/SVGAnimatedBoolean.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedBoolean.h b/third_party/WebKit/Source/core/svg/SVGAnimatedBoolean.h
|
| index 6a8928f2d5102ee9394d8ea8e149810b64665269..a475b11ee86cc492931472a3889f58ce28675a18 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedBoolean.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedBoolean.h
|
| @@ -45,6 +45,11 @@ public:
|
| return new SVGAnimatedBoolean(contextElement, attributeName, initialValue);
|
| }
|
|
|
| + DEFINE_INLINE_VIRTUAL_TRACE_WRAPPERS()
|
| + {
|
| + visitor->traceWrappers(contextElement());
|
| + }
|
| +
|
| protected:
|
| SVGAnimatedBoolean(SVGElement* contextElement, const QualifiedName& attributeName, SVGBoolean* initialValue)
|
| : SVGAnimatedProperty<SVGBoolean>(contextElement, attributeName, initialValue)
|
|
|