Index: third_party/WebKit/Source/core/animation/CSSInterpolationType.h |
diff --git a/third_party/WebKit/Source/core/animation/CSSInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSInterpolationType.h |
index e7fa4c74f6fbe23c08ee7112be60de2a3739ddf2..0668807dc5934ebfff2d16ba7544bce4c8c1e045 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/CSSInterpolationType.h |
@@ -17,7 +17,7 @@ protected: |
: InterpolationType(PropertyHandle(property)) |
{ } |
- CSSPropertyID cssProperty() const { return property().cssProperty(); } |
+ CSSPropertyID cssProperty() const { return getProperty().cssProperty(); } |
virtual InterpolationValue maybeConvertSingle(const PropertySpecificKeyframe&, const InterpolationEnvironment&, const InterpolationValue& underlying, ConversionCheckers&) const; |
virtual InterpolationValue maybeConvertNeutral(const InterpolationValue& underlying, ConversionCheckers&) const { ASSERT_NOT_REACHED(); return nullptr; } |