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

Unified Diff: third_party/WebKit/Source/core/workers/WorkerLocation.h

Issue 1902683005: Worker: Replace ASSERT macros with DCHECK macros (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/workers/WorkerLocation.h
diff --git a/third_party/WebKit/Source/core/workers/WorkerLocation.h b/third_party/WebKit/Source/core/workers/WorkerLocation.h
index 56f46d8bca4a3518ce3a01449015340900dc98c8..e67bd86fe2b061d6d39891c2a9851d3b876449f6 100644
--- a/third_party/WebKit/Source/core/workers/WorkerLocation.h
+++ b/third_party/WebKit/Source/core/workers/WorkerLocation.h
@@ -46,7 +46,7 @@ public:
KURL url() const override { return m_url; }
String input() const override
{
- ASSERT_NOT_REACHED();
+ NOTREACHED();
return String();
}

Powered by Google App Engine
This is Rietveld 408576698