| Index: third_party/WebKit/Source/core/svg/SVGAnimatedInteger.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedInteger.h b/third_party/WebKit/Source/core/svg/SVGAnimatedInteger.h
|
| index e98529371d93155ebc0f945517b1594e3590c606..12d276bbe8a8dc54405873d3d5d266b070378502 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedInteger.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedInteger.h
|
| @@ -50,7 +50,10 @@ public:
|
|
|
| void synchronizeAttribute() override;
|
|
|
| - void setParentOptionalInteger(SVGAnimatedIntegerOptionalInteger* numberOptionalInteger);
|
| + void setParentOptionalInteger(SVGAnimatedIntegerOptionalInteger* numberOptionalInteger)
|
| + {
|
| + m_parentIntegerOptionalInteger = numberOptionalInteger;
|
| + }
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|