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

Unified Diff: runtime/vm/heap_profiler.h

Issue 14623015: Potentially fix the crash reported in Issue 10385 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 8 months 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 | « no previous file | runtime/vm/heap_profiler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/heap_profiler.h
===================================================================
--- runtime/vm/heap_profiler.h (revision 22338)
+++ runtime/vm/heap_profiler.h (working copy)
@@ -266,9 +266,7 @@
void WriteInstanceDump(const RawObject* raw_obj);
void WriteSmiInstanceDump(const RawSmi* raw_smi);
void WriteObjectArrayDump(const RawArray* raw_array);
- void WritePrimitiveArrayDump(const RawTypedData* raw_byte_array,
- uint8_t tag,
- const void* data);
+ void WritePrimitiveArrayDump(const RawTypedData* raw_byte_array, uint8_t tag);
static const RawClass* GetClass(const RawObject* raw_obj);
static const RawClass* GetSuperClass(const RawClass* raw_class);
« no previous file with comments | « no previous file | runtime/vm/heap_profiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698