Index: third_party/WebKit/Source/core/animation/SVGInterpolationType.h |
diff --git a/third_party/WebKit/Source/core/animation/SVGInterpolationType.h b/third_party/WebKit/Source/core/animation/SVGInterpolationType.h |
index 59971a0a631ba5e86ff5c16a3d12cb2f9256b649..4dea2dc95071221bbc320b735d5504a7679569a1 100644 |
--- a/third_party/WebKit/Source/core/animation/SVGInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/SVGInterpolationType.h |
@@ -17,7 +17,7 @@ protected: |
: InterpolationType(PropertyHandle(attribute)) |
{ } |
- const QualifiedName& attribute() const { return property().svgAttribute(); } |
+ const QualifiedName& attribute() const { return getProperty().svgAttribute(); } |
virtual InterpolationValue maybeConvertNeutral(const InterpolationValue& underlying, ConversionCheckers&) const; |
virtual InterpolationValue maybeConvertSVGValue(const SVGPropertyBase&) const = 0; |