Index: third_party/WebKit/Source/core/paint/BoxBorderPainter.cpp |
diff --git a/third_party/WebKit/Source/core/paint/BoxBorderPainter.cpp b/third_party/WebKit/Source/core/paint/BoxBorderPainter.cpp |
index 404322f33ade458bc3e109a046d9f9ec8040df7c..4e422e72f431caa2c35dd358f7d950d506542d7b 100644 |
--- a/third_party/WebKit/Source/core/paint/BoxBorderPainter.cpp |
+++ b/third_party/WebKit/Source/core/paint/BoxBorderPainter.cpp |
@@ -850,7 +850,7 @@ void BoxBorderPainter::PaintSide(GraphicsContext& context, |
break; |
} |
default: |
- ASSERT_NOT_REACHED(); |
+ NOTREACHED(); |
} |
} |