Chromium Code Reviews| 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; |