| Index: third_party/WebKit/Source/core/layout/svg/SVGTextMetrics.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/SVGTextMetrics.cpp b/third_party/WebKit/Source/core/layout/svg/SVGTextMetrics.cpp
|
| index 42d603734bce44ba469bd901b4ddc212855b1f0b..f66fbc456bdc9b8cc562e7d5afc3c7bf55e6f5af 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/SVGTextMetrics.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGTextMetrics.cpp
|
| @@ -37,7 +37,7 @@ float SVGTextMetrics::advance(FontOrientation orientation) const {
|
| case FontOrientation::VerticalUpright:
|
| return height();
|
| default:
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return width();
|
| }
|
| }
|
|
|