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

Unified Diff: third_party/WebKit/public/platform/WebMemoryAllocatorDump.h

Issue 1851293002: Remove BLINK_ASSERT() and BLINK_ASSERT_NOT_REACHED() macros. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/public/platform/WebMemoryAllocatorDump.h
diff --git a/third_party/WebKit/public/platform/WebMemoryAllocatorDump.h b/third_party/WebKit/public/platform/WebMemoryAllocatorDump.h
index 6d1fefe8aaf79bbc26267a56619a4d5ce5e103de..df3eb26d8e2eb89e08eefbf6c9f870ce4a9594ea 100644
--- a/third_party/WebKit/public/platform/WebMemoryAllocatorDump.h
+++ b/third_party/WebKit/public/platform/WebMemoryAllocatorDump.h
@@ -37,7 +37,7 @@ public:
// expected to have the same guid.
virtual WebMemoryAllocatorDumpGuid guid() const
{
- BLINK_ASSERT_NOT_REACHED();
+ NOTREACHED();
return 0;
}
};

Powered by Google App Engine
This is Rietveld 408576698