| Index: third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h b/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h
|
| index 57411c3ecb7611db94e32eff460a92fe95ef5bcc..ca24c8233cd6e2971853e2de79acf6802a5fd695 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h
|
| @@ -117,10 +117,10 @@ class TestDisplayItem final : public DisplayItem {
|
| TestDisplayItem(const DisplayItemClient& 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();
|
| }
|
| };
|
|
|
|
|