Index: third_party/WebKit/Source/core/svg/SVGAnimatedColor.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedColor.cpp b/third_party/WebKit/Source/core/svg/SVGAnimatedColor.cpp |
index 433a8958d764ece0b088b5576b065ece66be0f82..9e24cb8af6ffb1d4508130e24b493f5769355c75 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGAnimatedColor.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGAnimatedColor.cpp |
@@ -37,7 +37,7 @@ SVGColorProperty::SVGColorProperty(const String& colorString) |
String SVGColorProperty::valueAsString() const |
{ |
- return m_styleColor.isCurrentColor() ? "currentColor" : m_styleColor.color().serializedAsCSSComponentValue(); |
+ return m_styleColor.isCurrentColor() ? "currentColor" : m_styleColor.getColor().serializedAsCSSComponentValue(); |
} |
PassRefPtrWillBeRawPtr<SVGPropertyBase> SVGColorProperty::cloneForAnimation(const String&) const |