| Index: third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.cpp
|
| diff --git a/third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.cpp b/third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.cpp
|
| index 86b00c0659100065e3da929393e9cbf7dcb9e765..fc7a776913181bfb4f352703b7bb76824e5ff8f5 100644
|
| --- a/third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.cpp
|
| +++ b/third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.cpp
|
| @@ -155,7 +155,8 @@ bool PartitionAllocMemoryDumpProvider::OnMemoryDump(
|
| memoryDump->CreateAllocatorDump(base::StringPrintf(
|
| "%s/%s", kPartitionAllocDumpName, kPartitionsDumpName));
|
|
|
| - // This method calls memoryStats.partitionsDumpBucketStats with memory statistics.
|
| + // This method calls memoryStats.partitionsDumpBucketStats with memory
|
| + // statistics.
|
| WTF::Partitions::dumpMemoryStats(
|
| levelOfDetail != MemoryDumpLevelOfDetail::DETAILED,
|
| &partitionStatsDumper);
|
| @@ -170,7 +171,8 @@ bool PartitionAllocMemoryDumpProvider::OnMemoryDump(
|
| return true;
|
| }
|
|
|
| -// |m_allocationRegister| should be initialized only when necessary to avoid waste of memory.
|
| +// |m_allocationRegister| should be initialized only when necessary to avoid
|
| +// waste of memory.
|
| PartitionAllocMemoryDumpProvider::PartitionAllocMemoryDumpProvider()
|
| : m_allocationRegister(nullptr), m_isHeapProfilingEnabled(false) {}
|
|
|
|
|