| Index: third_party/WebKit/Source/core/svg/SVGAnimatedTypeAnimator.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedTypeAnimator.cpp b/third_party/WebKit/Source/core/svg/SVGAnimatedTypeAnimator.cpp
|
| index 795d773442fbc34e4af8a827ac59fa6fd638c320..31888a30059a5ab6f1eb59c332894a502bd89201 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedTypeAnimator.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedTypeAnimator.cpp
|
| @@ -174,7 +174,7 @@ void setAnimatedValueOnAllTargetProperties(const SVGElementInstances& list, cons
|
| }
|
| }
|
|
|
| -}
|
| +} // namespace
|
|
|
| PassRefPtrWillBeRawPtr<SVGPropertyBase> SVGAnimatedTypeAnimator::resetAnimation(const SVGElementInstances& list)
|
| {
|
| @@ -265,4 +265,4 @@ DEFINE_TRACE(SVGAnimatedTypeAnimator)
|
| visitor->trace(m_animatedProperty);
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|