Index: Source/core/svg/SVGStaticStringList.cpp |
diff --git a/Source/core/svg/SVGStaticStringList.cpp b/Source/core/svg/SVGStaticStringList.cpp |
index 9dece61f25ebcfdcb5b754c29dce047b713082a6..cf89dd0563a98965b3e023d6b4e3f874ff5a7847 100644 |
--- a/Source/core/svg/SVGStaticStringList.cpp |
+++ b/Source/core/svg/SVGStaticStringList.cpp |
@@ -34,7 +34,7 @@ |
namespace blink { |
SVGStaticStringList::SVGStaticStringList(SVGElement* contextElement, const QualifiedName& attributeName) |
- : SVGAnimatedPropertyBase(AnimatedStringList, contextElement, attributeName) |
+ : SVGAnimatedPropertyBase(AnimatedUnknown, contextElement, attributeName) |
, m_value(SVGStringList::create()) |
{ |
ASSERT(contextElement); |