| Index: third_party/WebKit/Source/core/animation/animatable/AnimatableValue.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableValue.cpp b/third_party/WebKit/Source/core/animation/animatable/AnimatableValue.cpp
|
| index f67cfafaabb54ed44053d71356a0555441442cfa..dba8160fdbcb0dd88bae2cd9ea8cf2a103dba336 100644
|
| --- a/third_party/WebKit/Source/core/animation/animatable/AnimatableValue.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableValue.cpp
|
| @@ -36,7 +36,7 @@
|
|
|
| namespace blink {
|
|
|
| -const AnimatableValue* AnimatableValue::neutralValue()
|
| +PassRefPtr<AnimatableValue> AnimatableValue::neutralValue()
|
| {
|
| DEFINE_STATIC_REF(AnimatableNeutral, neutralSentinelValue, (AnimatableNeutral::create()));
|
| return neutralSentinelValue;
|
|
|