| Index: third_party/WebKit/Source/core/svg/SVGEnumeration.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGEnumeration.cpp b/third_party/WebKit/Source/core/svg/SVGEnumeration.cpp
|
| index f32cb9fcfa2d2cc39f044e8e47b7ea6beef50762..ab97785587e84fb3a8d73e18d3f6c78fa495d5f5 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGEnumeration.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGEnumeration.cpp
|
| @@ -77,7 +77,7 @@ SVGParsingError SVGEnumerationBase::setValueAsString(const String& string) {
|
| }
|
|
|
| void SVGEnumerationBase::add(SVGPropertyBase*, SVGElement*) {
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| }
|
|
|
| void SVGEnumerationBase::calculateAnimatedValue(
|
|
|