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