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

Unified Diff: runtime/vm/heap_profiler.h

Issue 13139002: Remove support for 'dart:scalarlist' in the Dart VM. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 9 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
Index: runtime/vm/heap_profiler.h
===================================================================
--- runtime/vm/heap_profiler.h (revision 20600)
+++ runtime/vm/heap_profiler.h (working copy)
@@ -266,7 +266,7 @@
void WriteInstanceDump(const RawObject* raw_obj);
void WriteSmiInstanceDump(const RawSmi* raw_smi);
void WriteObjectArrayDump(const RawArray* raw_array);
- void WritePrimitiveArrayDump(const RawByteArray* raw_byte_array,
+ void WritePrimitiveArrayDump(const RawTypedData* raw_byte_array,
uint8_t tag,
const void* data);

Powered by Google App Engine
This is Rietveld 408576698