| Index: Source/core/svg/SVGAnimatedType.cpp
|
| diff --git a/Source/core/svg/SVGAnimatedType.cpp b/Source/core/svg/SVGAnimatedType.cpp
|
| index eb6b456bdf4a24896ca5f8a7a190653485262c45..ef2e81ae4ce1457412971b46b0b11168e5570363 100644
|
| --- a/Source/core/svg/SVGAnimatedType.cpp
|
| +++ b/Source/core/svg/SVGAnimatedType.cpp
|
| @@ -243,7 +243,7 @@ String SVGAnimatedType::valueAsString()
|
| switch (m_type) {
|
| case AnimatedColor:
|
| ASSERT(m_data.color);
|
| - return m_data.color->serialized();
|
| + return m_data.color->serializedAsCSSComponentValue();
|
| case AnimatedLength:
|
| ASSERT(m_data.length);
|
| return m_data.length->valueAsString();
|
|
|