| Index: third_party/WebKit/Source/core/svg/SVGAnimatedColor.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedColor.cpp b/third_party/WebKit/Source/core/svg/SVGAnimatedColor.cpp
|
| index 875f7bfe9d19fa936e855c85c27c186df2478091..a9bee91f257e45807dd4f1b85fa6bd459593ac68 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedColor.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedColor.cpp
|
| @@ -41,7 +41,7 @@ String SVGColorProperty::valueAsString() const {
|
|
|
| SVGPropertyBase* SVGColorProperty::cloneForAnimation(const String&) const {
|
| // SVGAnimatedColor is deprecated. So No SVG DOM animation.
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return nullptr;
|
| }
|
|
|
|
|