Index: third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp b/third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp |
index a5c53a9cbd6060ade4ca58f9ce8e4a12426d1bc0..e3f7d5748d34e1598686f974d9eb3c9bcf3139c6 100644 |
--- a/third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp |
@@ -66,10 +66,10 @@ class TestDisplayItem final : public DisplayItem { |
TestDisplayItem(const FakeDisplayItemClient& client, Type type) |
: DisplayItem(client, type, sizeof(*this)) {} |
- void Replay(GraphicsContext&) const final { ASSERT_NOT_REACHED(); } |
+ void Replay(GraphicsContext&) const final { NOTREACHED(); } |
void AppendToWebDisplayItemList(const IntRect&, |
WebDisplayItemList*) const final { |
- ASSERT_NOT_REACHED(); |
+ NOTREACHED(); |
} |
}; |