Index: third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.h |
diff --git a/third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.h b/third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.h |
index cfe8b8bf715587779b4512f15e16541a997c95e5..df18d1734137f8990b2a8602af3a17367e8d3f79 100644 |
--- a/third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.h |
+++ b/third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.h |
@@ -32,7 +32,7 @@ public: |
// WebMemoryDumpProvider implementation. |
bool onMemoryDump(WebMemoryDumpLevelOfDetail, WebProcessMemoryDump*) override; |
bool supportsHeapProfiling() override { return true; } |
- void onHeapProfilingEnabled(bool) override; |
+ void onHeapProfilingEnabled() override; |
// These methods are called only from PartitionAllocHooks' callbacks. |
void insert(void*, size_t, const char*); |