| Index: third_party/WebKit/Source/core/svg/SVGAnimatedInteger.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedInteger.cpp b/third_party/WebKit/Source/core/svg/SVGAnimatedInteger.cpp
|
| index 67d0bc4ac8035f1e0b897875eb8ad4b39e388974..eaa4e71009d3839e405365ec42d1f5bd1bc4ed94 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedInteger.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedInteger.cpp
|
| @@ -46,11 +46,6 @@ void SVGAnimatedInteger::synchronizeAttribute()
|
| SVGAnimatedProperty<SVGInteger>::synchronizeAttribute();
|
| }
|
|
|
| -void SVGAnimatedInteger::setParentOptionalInteger(SVGAnimatedIntegerOptionalInteger* numberOptionalInteger)
|
| -{
|
| - m_parentIntegerOptionalInteger = numberOptionalInteger;
|
| -}
|
| -
|
| DEFINE_TRACE(SVGAnimatedInteger)
|
| {
|
| visitor->trace(m_parentIntegerOptionalInteger);
|
|
|