| Index: third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.cpp b/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.cpp
|
| index c5a59884d92458e66b478183cd734137fd97e4b3..9ee12c9ecea84b2727ba0c1f6dfef83b6b99c9ab 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.cpp
|
| @@ -430,7 +430,7 @@ String SVGPreserveAspectRatio::valueAsString() const {
|
| }
|
|
|
| void SVGPreserveAspectRatio::add(SVGPropertyBase* other, SVGElement*) {
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| }
|
|
|
| void SVGPreserveAspectRatio::calculateAnimatedValue(
|
|
|