Chromium Code Reviews| Index: src/log.h |
| =================================================================== |
| --- src/log.h (revision 5544) |
| +++ src/log.h (working copy) |
| @@ -237,7 +237,7 @@ |
| static void HeapSampleJSProducerEvent(const char* constructor, |
| Address* stack); |
| static void HeapSampleStats(const char* space, const char* kind, |
| - intptr_t capacity, intptr_t used); |
| + int capacity, int used); |
| static void SharedLibraryEvent(const char* library_path, |
| uintptr_t start, |