| 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 39e26c592a7068655167e5099b4daa67b73c9046..c3c7bb097848d85ba8ee262d5483d03ad636e340 100644
|
| --- a/third_party/WebKit/Source/core/animation/StringKeyframe.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/StringKeyframe.cpp
|
| @@ -68,7 +68,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));
|
|
|