| Index: third_party/WebKit/Source/core/svg/SVGBoolean.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGBoolean.cpp b/third_party/WebKit/Source/core/svg/SVGBoolean.cpp
|
| index a2dcb2c94db3a6bb7af2ba4561ec9a780216de4a..9c7dc4c423ed5ccf54cc4610d5b7b77b6662cc3f 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGBoolean.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGBoolean.cpp
|
| @@ -51,7 +51,7 @@ SVGParsingError SVGBoolean::setValueAsString(const String& value) {
|
| }
|
|
|
| void SVGBoolean::add(SVGPropertyBase*, SVGElement*) {
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| }
|
|
|
| void SVGBoolean::calculateAnimatedValue(SVGAnimationElement* animationElement,
|
|
|