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

Unified Diff: third_party/WebKit/Source/modules/fetch/FetchManager.cpp

Issue 2823203003: Replace ASSERT_NOT_REACHED with NOTREACHED in modules/fetch (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/modules/fetch/FetchManager.cpp
diff --git a/third_party/WebKit/Source/modules/fetch/FetchManager.cpp b/third_party/WebKit/Source/modules/fetch/FetchManager.cpp
index f0c2fdc5eeba40783928ee135d868b5152d39d8c..abbbf8bb0358bf2ceb2112aeb3cbe6723d8e3c79 100644
--- a/third_party/WebKit/Source/modules/fetch/FetchManager.cpp
+++ b/third_party/WebKit/Source/modules/fetch/FetchManager.cpp
@@ -382,7 +382,7 @@ void FetchManager::Loader::DidReceiveResponse(
// origin.
switch (request_->Mode()) {
case WebURLRequest::kFetchRequestModeSameOrigin:
- ASSERT_NOT_REACHED();
+ NOTREACHED();
break;
case WebURLRequest::kFetchRequestModeNoCORS:
tainting = FetchRequestData::kOpaqueTainting;

Powered by Google App Engine
This is Rietveld 408576698