| Index: Source/core/svg/SVGStaticStringList.cpp
|
| diff --git a/Source/core/svg/SVGStaticStringList.cpp b/Source/core/svg/SVGStaticStringList.cpp
|
| index 7a2697e58f25b771d670118d980740d462623b86..6b70e7596fa8fcc11869148156e55f80eba2c2d7 100644
|
| --- a/Source/core/svg/SVGStaticStringList.cpp
|
| +++ b/Source/core/svg/SVGStaticStringList.cpp
|
| @@ -57,7 +57,7 @@ void SVGStaticStringList::animationStarted()
|
| PassRefPtr<NewSVGPropertyBase> SVGStaticStringList::createAnimatedValue()
|
| {
|
| ASSERT_NOT_REACHED();
|
| - return 0;
|
| + return nullptr;
|
| }
|
|
|
| void SVGStaticStringList::setAnimatedValue(PassRefPtr<NewSVGPropertyBase>)
|
|
|