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 92f1e1944e4cb7f0a04ad950ac571def4447b15c..9030a03e86711a6b5b03d48aede82491a1046654 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGAnimatedTypeAnimator.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGAnimatedTypeAnimator.cpp |
@@ -158,8 +158,7 @@ void SVGAnimatedTypeAnimator::calculateFromAndByValues(Member<SVGPropertyBase>& |
{ |
from = constructFromString(fromString); |
to = constructFromString(byString); |
- // FIXME(oilpan): Below .get() should be removed after transition types are gone. |
- to->add(from.get(), m_contextElement); |
+ to->add(from, m_contextElement); |
} |
namespace { |