| Index: third_party/WebKit/Source/core/animation/KeyframeEffectModelTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/KeyframeEffectModelTest.cpp b/third_party/WebKit/Source/core/animation/KeyframeEffectModelTest.cpp
|
| index d58beee5bbf728001ea4ee302c468697fcfea3c8..17c05b2ad8d98b33750e09a48cdaebcf09ee739b 100644
|
| --- a/third_party/WebKit/Source/core/animation/KeyframeEffectModelTest.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/KeyframeEffectModelTest.cpp
|
| @@ -43,7 +43,7 @@ const double duration = 1.0;
|
|
|
| PassRefPtr<AnimatableValue> unknownAnimatableValue(double n)
|
| {
|
| - return AnimatableUnknown::create(CSSPrimitiveValue::create(n, CSSPrimitiveValue::UnitType::Unknown).get());
|
| + return AnimatableUnknown::create(CSSPrimitiveValue::create(n, CSSPrimitiveValue::UnitType::Unknown));
|
| }
|
|
|
| PassRefPtr<AnimatableValue> pixelAnimatableValue(double n)
|
|
|