| Index: Source/core/svg/SVGStaticStringList.cpp
|
| diff --git a/Source/core/svg/SVGStaticStringList.cpp b/Source/core/svg/SVGStaticStringList.cpp
|
| index 7a2697e58f25b771d670118d980740d462623b86..507ba8e3ce3934af51f67d77674387157135e940 100644
|
| --- a/Source/core/svg/SVGStaticStringList.cpp
|
| +++ b/Source/core/svg/SVGStaticStringList.cpp
|
| @@ -54,7 +54,7 @@ void SVGStaticStringList::animationStarted()
|
| ASSERT_NOT_REACHED();
|
| }
|
|
|
| -PassRefPtr<NewSVGPropertyBase> SVGStaticStringList::createAnimatedValue()
|
| +PassRefPtr<NewSVGPropertyBase> SVGStaticStringList::createAnimatedValue(SVGAnimationElement*)
|
| {
|
| ASSERT_NOT_REACHED();
|
| return 0;
|
|
|