Index: third_party/WebKit/Source/core/paint/SVGShapePainter.cpp |
diff --git a/third_party/WebKit/Source/core/paint/SVGShapePainter.cpp b/third_party/WebKit/Source/core/paint/SVGShapePainter.cpp |
index 84d7338cfd20c0fccd2edfa0a25e909362016b72..0fb3093a0282dcc5ae00ccc1e9101fb30680c3e6 100644 |
--- a/third_party/WebKit/Source/core/paint/SVGShapePainter.cpp |
+++ b/third_party/WebKit/Source/core/paint/SVGShapePainter.cpp |
@@ -126,7 +126,7 @@ void SVGShapePainter::Paint(const PaintInfo& paint_info) { |
PaintMarkers(paint_context.GetPaintInfo(), bounding_box); |
break; |
default: |
- ASSERT_NOT_REACHED(); |
+ NOTREACHED(); |
break; |
} |
} |