| Index: src/log.h
|
| diff --git a/src/log.h b/src/log.h
|
| index 17f7e00651b05ae498a7020b6164a8bd4cb102c0..07a0429ace19895a167a9d54f86ab8332720e546 100644
|
| --- a/src/log.h
|
| +++ b/src/log.h
|
| @@ -221,7 +221,8 @@ class Logger {
|
| static void HeapSampleItemEvent(const char* type, int number, int bytes);
|
| static void HeapSampleJSConstructorEvent(const char* constructor,
|
| int number, int bytes);
|
| - static void HeapSampleJSRetainersEvent(const char* event);
|
| + static void HeapSampleJSRetainersEvent(const char* constructor,
|
| + const char* event);
|
| static void HeapSampleStats(const char* space, const char* kind,
|
| int capacity, int used);
|
|
|
|
|