Index: src/api.cc |
diff --git a/src/api.cc b/src/api.cc |
index 74886f00859b8a467f213d217f658583bc8e6b42..6f38ba74919a8413922651140be9a6b806c6c746 100644 |
--- a/src/api.cc |
+++ b/src/api.cc |
@@ -6229,7 +6229,7 @@ void HeapProfiler::StopHeapObjectsTracking() { |
} |
-void HeapProfiler::PushHeapObjectsStats(OutputStream* stream) { |
+SnapshotObjectId HeapProfiler::PushHeapObjectsStats(OutputStream* stream) { |
i::Isolate* isolate = i::Isolate::Current(); |
IsDeadCheck(isolate, "v8::HeapProfiler::PushHeapObjectsStats"); |
return i::HeapProfiler::PushHeapObjectsStats(stream); |