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

Unified Diff: runtime/vm/heap.h

Issue 11442024: Unify specification of file open, close, and write callbacks. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« no previous file with comments | « runtime/vm/dart_api_impl.cc ('k') | runtime/vm/heap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/heap.h
diff --git a/runtime/vm/heap.h b/runtime/vm/heap.h
index 819a80a9b7627408ea3ef5d3cb5dd562b8203a74..ae47fea55d303145731f1b16e4ee2c034154e785 100644
--- a/runtime/vm/heap.h
+++ b/runtime/vm/heap.h
@@ -157,7 +157,7 @@ class Heap {
ObjectSet* CreateAllocatedObjectSet() const;
// Generates a profile of the current and VM isolate heaps.
- void Profile(Dart_HeapProfileWriteCallback callback, void* stream) const;
+ void Profile(Dart_FileWriteCallback callback, void* stream) const;
static const char* GCReasonToString(GCReason gc_reason);
« no previous file with comments | « runtime/vm/dart_api_impl.cc ('k') | runtime/vm/heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698