| Index: Source/core/svg/SVGStaticStringList.cpp
|
| diff --git a/Source/core/svg/SVGStaticStringList.cpp b/Source/core/svg/SVGStaticStringList.cpp
|
| index be190d6ba020d0e1bf90edd5e5d61a31423b1c27..710e5a2e9075400ea87c411a91effb2c1db9eb0b 100644
|
| --- a/Source/core/svg/SVGStaticStringList.cpp
|
| +++ b/Source/core/svg/SVGStaticStringList.cpp
|
| @@ -49,6 +49,11 @@ SVGPropertyBase* SVGStaticStringList::currentValueBase()
|
| return m_value.get();
|
| }
|
|
|
| +bool SVGStaticStringList::isAnimating() const
|
| +{
|
| + return false;
|
| +}
|
| +
|
| void SVGStaticStringList::animationStarted()
|
| {
|
| ASSERT_NOT_REACHED();
|
|
|