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

Unified Diff: runtime/include/dart_api.h

Issue 10379018: Revert "Revert "Implement {Int,Uint}{8,16,32,64} and Float{32,64} typed arrays."" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | « runtime/bin/string_stream.dart ('k') | runtime/lib/byte_array.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/include/dart_api.h
diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h
index 688e11482ad296a0eed6033b37b7f90e7f48cab3..db314caa90adf4f9ac21d6cd768b142ea26424fb 100755
--- a/runtime/include/dart_api.h
+++ b/runtime/include/dart_api.h
@@ -692,7 +692,7 @@ struct Dart_CObject {
kDouble,
kString,
kArray,
- kByteArray,
+ kUint8Array,
Bill Hesse 2012/05/07 13:14:59 This name has been changed, but the as_byte_array
Søren Gjesse 2012/05/07 14:06:18 As far as I can see we need to support all of the
Søren Gjesse 2012/05/07 14:11:54 Opened http://code.google.com/p/dart/issues/detail
kNumberOfTypes
};
Type type;
« no previous file with comments | « runtime/bin/string_stream.dart ('k') | runtime/lib/byte_array.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698