| Index: third_party/WebKit/Source/core/layout/svg/SVGLayoutTreeAsText.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/SVGLayoutTreeAsText.cpp b/third_party/WebKit/Source/core/layout/svg/SVGLayoutTreeAsText.cpp
|
| index 8907cbac4f072df3e9c49b627ede9d91c2b82791..537ccf22d0ec4ff28ebde3c33cd138762df1200f 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/SVGLayoutTreeAsText.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGLayoutTreeAsText.cpp
|
| @@ -167,7 +167,7 @@ String SVGEnumerationToString(Enum value) {
|
| return it->second;
|
| }
|
|
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return String();
|
| }
|
|
|
| @@ -388,7 +388,7 @@ static TextStream& operator<<(TextStream& ts, const LayoutSVGShape& shape) {
|
| ts, "data",
|
| toSVGPathElement(*svgElement).path()->currentValue()->valueAsString());
|
| } else {
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| }
|
| return ts;
|
| }
|
|
|