Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(990)

Unified Diff: runtime/vm/heap_profiler.cc

Issue 11428067: Merge the Merlin heap tracing to top-of-trunk. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: add yet another missing file Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/vm/heap_profiler.cc
diff --git a/runtime/vm/heap_profiler.cc b/runtime/vm/heap_profiler.cc
index f218a816f0ea3a9f541528eee8c39fc1715436ce..a903c16b3417c74c7a1b1f3bd232c7a5545dd8b8 100644
--- a/runtime/vm/heap_profiler.cc
+++ b/runtime/vm/heap_profiler.cc
@@ -113,7 +113,7 @@ void HeapProfiler::SubRecord::WritePointer(const void* value) {
}
-HeapProfiler::HeapProfiler(Dart_HeapProfileWriteCallback callback, void* stream)
+HeapProfiler::HeapProfiler(Dart_FileWriteCallback callback, void* stream)
: write_callback_(callback),
output_stream_(stream),
heap_dump_record_(NULL) {

Powered by Google App Engine
This is Rietveld 408576698