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

Unified Diff: third_party/WebKit/Source/core/page/PagePopupSupplement.cpp

Issue 2858963002: Replace ASSERT with DCHECK in core/ (Closed)
Patch Set: WorkerBackingThread Created 3 years, 7 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/page/PagePopupSupplement.cpp
diff --git a/third_party/WebKit/Source/core/page/PagePopupSupplement.cpp b/third_party/WebKit/Source/core/page/PagePopupSupplement.cpp
index 59c712df3920af998ddbb385042dca419967b282..18c074333d47d6c9de373baa81d69b7d0d43141e 100644
--- a/third_party/WebKit/Source/core/page/PagePopupSupplement.cpp
+++ b/third_party/WebKit/Source/core/page/PagePopupSupplement.cpp
@@ -64,7 +64,7 @@ void PagePopupSupplement::Dispose() {
void PagePopupSupplement::Install(LocalFrame& frame,
PagePopup& popup,
PagePopupClient* popup_client) {
- ASSERT(popup_client);
+ DCHECK(popup_client);
ProvideTo(frame, SupplementName(),
new PagePopupSupplement(frame, popup, popup_client));
}
« no previous file with comments | « third_party/WebKit/Source/core/page/PagePopupController.cpp ('k') | third_party/WebKit/Source/core/page/PrintContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698