Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(722)

Unified Diff: third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h

Issue 2845773005: Replace ASSERT_NOT_REACHED with NOTREACHED in core/paint (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}
};
« no previous file with comments | « third_party/WebKit/Source/core/paint/ObjectPainter.cpp ('k') | third_party/WebKit/Source/core/paint/PaintLayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698