| 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 6e4fe1d988ba0e739174e991655e6d77d4f94ae3..1a87d9cc48a4c5ad136e07d9e8a4dc4df1785c1b 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedAngle.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedAngle.cpp
|
| @@ -64,7 +64,7 @@ void SVGAnimatedAngle::synchronizeAttribute()
|
| contextElement()->setSynchronizedLazyAttribute(attributeName(), value);
|
| }
|
|
|
| -void SVGAnimatedAngle::setAnimatedValue(PassRefPtrWillBeRawPtr<SVGPropertyBase> value)
|
| +void SVGAnimatedAngle::setAnimatedValue(RawPtr<SVGPropertyBase> value)
|
| {
|
| SVGAnimatedProperty<SVGAngle>::setAnimatedValue(value);
|
| m_orientType->setAnimatedValue(currentValue()->orientType());
|
|
|