| 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 7a78d7fa1964d8247cd3927ebdf3a21b0fcb5de0..c3b219db85db788d49dd7e6723818244e88368dd 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();
|
| }
|
| };
|
|
|
|
|