| Index: runtime/include/dart_api.h
|
| diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h
|
| index 96663646d1edc39d692678f2b6fe3352c516329d..227c84fc31de6b9eaff0aec6d06aba2ff8c44e9e 100755
|
| --- a/runtime/include/dart_api.h
|
| +++ b/runtime/include/dart_api.h
|
| @@ -1792,7 +1792,7 @@ DART_EXPORT Dart_Handle Dart_ListGetAsBytes(Dart_Handle list,
|
| */
|
| DART_EXPORT Dart_Handle Dart_ListSetAsBytes(Dart_Handle list,
|
| intptr_t offset,
|
| - uint8_t* native_array,
|
| + const uint8_t* native_array,
|
| intptr_t length);
|
|
|
|
|
|
|