Index: third_party/WebKit/Source/platform/fonts/FontCacheMemoryDumpProvider.cpp |
diff --git a/third_party/WebKit/Source/platform/fonts/FontCacheMemoryDumpProvider.cpp b/third_party/WebKit/Source/platform/fonts/FontCacheMemoryDumpProvider.cpp |
index cf8fae2b45f58c6ff40f59482f5630a5676f1b41..73870dd95b1e92f6856707c9cda193ed71a6a563 100644 |
--- a/third_party/WebKit/Source/platform/fonts/FontCacheMemoryDumpProvider.cpp |
+++ b/third_party/WebKit/Source/platform/fonts/FontCacheMemoryDumpProvider.cpp |
@@ -17,7 +17,7 @@ FontCacheMemoryDumpProvider* FontCacheMemoryDumpProvider::instance() { |
bool FontCacheMemoryDumpProvider::OnMemoryDump( |
const base::trace_event::MemoryDumpArgs&, |
base::trace_event::ProcessMemoryDump* memoryDump) { |
- ASSERT(isMainThread()); |
+ DCHECK(isMainThread()); |
FontCache::fontCache()->dumpFontPlatformDataCache(memoryDump); |
FontCache::fontCache()->dumpShapeResultCache(memoryDump); |
return true; |