Index: third_party/WebKit/Source/wtf/allocator/Partitions.cpp |
diff --git a/third_party/WebKit/Source/wtf/allocator/Partitions.cpp b/third_party/WebKit/Source/wtf/allocator/Partitions.cpp |
index 56d0a8f4af4131ddbebd2651ffac03abf4523d49..7b23382966265c537cac4ce1c0e1d886c7da5ffa 100644 |
--- a/third_party/WebKit/Source/wtf/allocator/Partitions.cpp |
+++ b/third_party/WebKit/Source/wtf/allocator/Partitions.cpp |
@@ -109,7 +109,7 @@ void Partitions::dumpMemoryStats( |
base::PartitionStatsDumper* partitionStatsDumper) { |
// Object model and rendering partitions are not thread safe and can be |
// accessed only on the main thread. |
- ASSERT(isMainThread()); |
+ DCHECK(isMainThread()); |
decommitFreeableMemory(); |
partitionDumpStatsGeneric(fastMallocPartition(), "fast_malloc", isLightDump, |