Index: Source/platform/PartitionAllocMemoryDumpProvider.cpp |
diff --git a/Source/platform/PartitionAllocMemoryDumpProvider.cpp b/Source/platform/PartitionAllocMemoryDumpProvider.cpp |
index 09b6be9110d8443a65b72116bc7253bafc9cabba..3f5dd7c48d0177125c6eb69e26ee4419b34ee1dc 100644 |
--- a/Source/platform/PartitionAllocMemoryDumpProvider.cpp |
+++ b/Source/platform/PartitionAllocMemoryDumpProvider.cpp |
@@ -98,7 +98,7 @@ bool PartitionAllocMemoryDumpProvider::onMemoryDump(WebMemoryDumpLevelOfDetail l |
String::format("%s/%s", kPartitionAllocDumpName, kPartitionsDumpName)); |
// This method calls memoryStats.partitionsDumpBucketStats with memory statistics. |
- WTF::Partitions::dumpMemoryStats(levelOfDetail == WebMemoryDumpLevelOfDetail::Low, &partitionStatsDumper); |
+ WTF::Partitions::dumpMemoryStats(levelOfDetail == WebMemoryDumpLevelOfDetail::Light, &partitionStatsDumper); |
WebMemoryAllocatorDump* allocatedObjectsDump = memoryDump->createMemoryAllocatorDump( |
String::format("%s/allocated_objects", kPartitionAllocDumpName)); |