| Index: third_party/WebKit/Source/core/svg/SVGString.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGString.cpp b/third_party/WebKit/Source/core/svg/SVGString.cpp
|
| index 88f43252984c952a86b98ceef2b5097a2bb2d3ff..0370d9073b2c540284cb25ffb2dea7fabcf587ee 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGString.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGString.cpp
|
| @@ -24,7 +24,7 @@
|
| namespace blink {
|
|
|
| void SVGString::add(SVGPropertyBase*, SVGElement*) {
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| }
|
|
|
| void SVGString::calculateAnimatedValue(SVGAnimationElement* animationElement,
|
|
|