| Index: third_party/WebKit/Source/core/svg/SVGAnimatedNumberOptionalNumber.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedNumberOptionalNumber.cpp b/third_party/WebKit/Source/core/svg/SVGAnimatedNumberOptionalNumber.cpp
 | 
| index d0fa29ef0129b7787294e8d8ecf3d085f7f3be64..61c190e2e20824d77f6989159634daffb52fc04b 100644
 | 
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedNumberOptionalNumber.cpp
 | 
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedNumberOptionalNumber.cpp
 | 
| @@ -40,7 +40,7 @@ DEFINE_TRACE(SVGAnimatedNumberOptionalNumber)
 | 
|      SVGAnimatedPropertyCommon<SVGNumberOptionalNumber>::trace(visitor);
 | 
|  }
 | 
|  
 | 
| -void SVGAnimatedNumberOptionalNumber::setAnimatedValue(PassRefPtrWillBeRawPtr<SVGPropertyBase> value)
 | 
| +void SVGAnimatedNumberOptionalNumber::setAnimatedValue(RawPtr<SVGPropertyBase> value)
 | 
|  {
 | 
|      SVGAnimatedPropertyCommon<SVGNumberOptionalNumber>::setAnimatedValue(value);
 | 
|      m_firstNumber->setAnimatedValue(currentValue()->firstNumber());
 | 
| 
 |