Index: Source/core/animation/InterpolationEffectTest.cpp |
diff --git a/Source/core/animation/InterpolationEffectTest.cpp b/Source/core/animation/InterpolationEffectTest.cpp |
index 07ae4a01a6e620a4d568aaeefcea5fd6096bacc7..753bd543f2a02a9ae77848fe1917c5509d51334c 100644 |
--- a/Source/core/animation/InterpolationEffectTest.cpp |
+++ b/Source/core/animation/InterpolationEffectTest.cpp |
@@ -18,7 +18,7 @@ public: |
return adoptRefWillBeNoop(new SampleInterpolation(start, end)); |
} |
- virtual PropertyHandle property() const override |
+ PropertyHandle property() const override |
{ |
return PropertyHandle(CSSPropertyBackgroundColor); |
} |