| Index: third_party/WebKit/Source/core/layout/svg/SVGMarkerData.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/SVGMarkerData.h b/third_party/WebKit/Source/core/layout/svg/SVGMarkerData.h
|
| index cba98b340c20cfe4d30ed83f706c3108b84dc4e4..9966d1af256148ab624979fbb4ec0bf6c54d174f 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/SVGMarkerData.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGMarkerData.h
|
| @@ -74,7 +74,7 @@ class SVGMarkerData {
|
| return markerEnd;
|
| }
|
|
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return nullptr;
|
| }
|
|
|
| @@ -102,7 +102,7 @@ class SVGMarkerData {
|
| return clampTo<float>(inAngle);
|
| }
|
|
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return 0;
|
| }
|
|
|
|
|