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

Unified Diff: third_party/WebKit/Source/core/testing/DummyPageHolder.cpp

Issue 2724243002: Replace ASSERT and ASSERT_NOT_REACHED with DCHECK and NOTREACHED in core/testing/. (Closed)
Patch Set: Created 3 years, 10 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/testing/DummyPageHolder.cpp
diff --git a/third_party/WebKit/Source/core/testing/DummyPageHolder.cpp b/third_party/WebKit/Source/core/testing/DummyPageHolder.cpp
index b5b6a933f43d019d88758c2356c62ccbd975d4e7..87213adc0cf7aa3dc6f1ab96dc39a7ffb0416f87 100644
--- a/third_party/WebKit/Source/core/testing/DummyPageHolder.cpp
+++ b/third_party/WebKit/Source/core/testing/DummyPageHolder.cpp
@@ -99,7 +99,7 @@ Page& DummyPageHolder::page() const {
}
LocalFrame& DummyPageHolder::frame() const {
- ASSERT(m_frame);
+ DCHECK(m_frame);
return *m_frame;
}
« no previous file with comments | « third_party/WebKit/Source/core/testing/DictionaryTest.cpp ('k') | third_party/WebKit/Source/core/testing/GCObservation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698