| Index: runtime/include/dart_api.h
|
| diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h
|
| index d72c662854961c31111ff019a91ec8b334546a13..bbaed07aec8ab4610cf998025a8b478fbc55aaed 100755
|
| --- a/runtime/include/dart_api.h
|
| +++ b/runtime/include/dart_api.h
|
| @@ -1810,7 +1810,7 @@ DART_EXPORT Dart_Handle Dart_TypedDataAcquireData(Dart_Handle object,
|
| * \return Success if the internal data address is released successfully.
|
| * Otherwise, returns an error handle.
|
| */
|
| -DART_EXPORT Dart_Handle Dart_TypedDataReleaseData(Dart_Handle array);
|
| +DART_EXPORT Dart_Handle Dart_TypedDataReleaseData(Dart_Handle object);
|
|
|
|
|
| // --- Closures ---
|
|
|