| 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 38296758381045959749d98612a984517dad80d0..9cc5716717e22c10b057ad4dae1e0d30eead712b 100644
|
| --- a/third_party/WebKit/Source/core/animation/StringKeyframe.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/StringKeyframe.cpp
|
| @@ -29,7 +29,7 @@ void StringKeyframe::setCSSPropertyValue(CSSPropertyID property, const String& v
|
| m_cssPropertyMap->setProperty(property, value, false, styleSheetContents);
|
| }
|
|
|
| -void StringKeyframe::setCSSPropertyValue(CSSPropertyID property, CSSValue* value)
|
| +void StringKeyframe::setCSSPropertyValue(CSSPropertyID property, const CSSValue* value)
|
| {
|
| ASSERT(property != CSSPropertyInvalid);
|
| ASSERT(CSSAnimations::isAnimatableProperty(property));
|
|
|