| 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 1c086691c2dcd3fa141df615891dde36e8e5205a..d8b72b9ddb3396d2aface0df6139fb953e2e577c 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 CSSValue&
|
| {
|
| ASSERT(property != CSSPropertyInvalid);
|
| ASSERT(CSSAnimations::isAnimatableProperty(property));
|
| - m_cssPropertyMap->setProperty(property, &value, false);
|
| + m_cssPropertyMap->setProperty(property, value, false);
|
| }
|
|
|
| void StringKeyframe::setPresentationAttributeValue(CSSPropertyID property, const String& value, Element* element, StyleSheetContents* styleSheetContents)
|
|
|