| 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 4c23c7b66ceeab2064567b67db73e5d102c2bea4..bee534831864be210fc4739e0e3f90657778dc3f 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontCacheMemoryDumpProvider.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontCacheMemoryDumpProvider.cpp
|
| @@ -20,6 +20,7 @@ bool FontCacheMemoryDumpProvider::OnMemoryDump(const base::trace_event::MemoryDu
|
| ASSERT(isMainThread());
|
| FontCache::fontCache()->dumpFontPlatformDataCache(memoryDump);
|
| FontCache::fontCache()->dumpShapeResultCache(memoryDump);
|
| + FontCache::fontCache()->dumpFontDataCache(memoryDump);
|
| return true;
|
| }
|
|
|
|
|