| Index: third_party/WebKit/Source/core/animation/StringKeyframe.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/animation/StringKeyframe.cpp b/third_party/WebKit/Source/core/animation/StringKeyframe.cpp
 | 
| index fe278c4b7cda5a5b9d56a2ac88b1b81b6353be54..1b125b1b9ab96e03b0ffe850d2a5b48c9ab5d2f7 100644
 | 
| --- a/third_party/WebKit/Source/core/animation/StringKeyframe.cpp
 | 
| +++ b/third_party/WebKit/Source/core/animation/StringKeyframe.cpp
 | 
| @@ -33,7 +33,7 @@ void StringKeyframe::setCSSPropertyValue(CSSPropertyID property, const String& v
 | 
|          m_cssPropertyMap->setProperty(property, value, false, styleSheetContents);
 | 
|  }
 | 
|  
 | 
| -void StringKeyframe::setCSSPropertyValue(CSSPropertyID property, PassRefPtrWillBeRawPtr<CSSValue> value)
 | 
| +void StringKeyframe::setCSSPropertyValue(CSSPropertyID property, RawPtr<CSSValue> value)
 | 
|  {
 | 
|      ASSERT(property != CSSPropertyInvalid);
 | 
|      ASSERT(CSSAnimations::isAnimatableProperty(property));
 | 
| 
 |