| 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 6df0454be77f6dc6079fbe4d01ab1d13cb214589..4d06df4fd137d33cb7326a33f32cc0fd9cccd9b1 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* memory_dump) {
|
| - ASSERT(IsMainThread());
|
| + DCHECK(IsMainThread());
|
| FontCache::GetFontCache()->DumpFontPlatformDataCache(memory_dump);
|
| FontCache::GetFontCache()->DumpShapeResultCache(memory_dump);
|
| return true;
|
|
|