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

Unified Diff: third_party/WebKit/Source/platform/wtf/allocator/Partitions.cpp

Issue 2833123002: Replace ASSERT_NOT_REACHED, and RELEASE_ASSERT in platform/wtf (Closed)
Patch Set: wtf 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
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/WTF.cpp ('k') | third_party/WebKit/Source/platform/wtf/dtoa/utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/wtf/allocator/Partitions.cpp
diff --git a/third_party/WebKit/Source/platform/wtf/allocator/Partitions.cpp b/third_party/WebKit/Source/platform/wtf/allocator/Partitions.cpp
index 4fb30bb34d3a21228435db9a162b0a47a02fe628..9a8ea36d4de2de432e8c6f0245a61b6904d00e72 100644
--- a/third_party/WebKit/Source/platform/wtf/allocator/Partitions.cpp
+++ b/third_party/WebKit/Source/platform/wtf/allocator/Partitions.cpp
@@ -65,7 +65,7 @@ void Partitions::Initialize(
}
void Partitions::DecommitFreeableMemory() {
- RELEASE_ASSERT(IsMainThread());
+ CHECK(IsMainThread());
if (!initialized_)
return;
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/WTF.cpp ('k') | third_party/WebKit/Source/platform/wtf/dtoa/utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698