| Index: third_party/WebKit/Source/core/svg/SVGAnimatedAngle.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedAngle.cpp b/third_party/WebKit/Source/core/svg/SVGAnimatedAngle.cpp
|
| index 004e96b86bbe8d40268c8997c34ec24b70bb5970..322c3d3d5b29356c45416e9c4bdb06be16251e28 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedAngle.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedAngle.cpp
|
| @@ -67,7 +67,7 @@ void SVGAnimatedAngle::synchronizeAttribute()
|
| SVGAnimatedProperty<SVGAngle>::synchronizeAttribute();
|
| }
|
|
|
| -void SVGAnimatedAngle::setAnimatedValue(PassRefPtrWillBeRawPtr<SVGPropertyBase> value)
|
| +void SVGAnimatedAngle::setAnimatedValue(RawPtr<SVGPropertyBase> value)
|
| {
|
| SVGAnimatedProperty<SVGAngle>::setAnimatedValue(value);
|
| m_orientType->setAnimatedValue(currentValue()->orientType());
|
|
|