| Index: Source/core/animation/InterpolableValueTest.cpp
|
| diff --git a/Source/core/animation/InterpolableValueTest.cpp b/Source/core/animation/InterpolableValueTest.cpp
|
| index 951ef40f784911746da47955f715807e77293390..3765e20ff2b9b67d02ac34c9f0c23114a0347a0c 100644
|
| --- a/Source/core/animation/InterpolableValueTest.cpp
|
| +++ b/Source/core/animation/InterpolableValueTest.cpp
|
| @@ -21,7 +21,7 @@ public:
|
| return adoptRefWillBeNoop(new SampleInterpolation(start, end));
|
| }
|
|
|
| - virtual PropertyHandle property() const override
|
| + PropertyHandle property() const override
|
| {
|
| return PropertyHandle(CSSPropertyBackgroundColor);
|
| }
|
|
|