| Index: runtime/include/dart_api.h
|
| diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h
|
| index d56241d32cccf1a1a4c682a05ca4e4a13adcd10d..4307e712c10ae00b59eccf8e3f4b5991a4c24c65 100755
|
| --- a/runtime/include/dart_api.h
|
| +++ b/runtime/include/dart_api.h
|
| @@ -1325,6 +1325,7 @@ DART_EXPORT bool Dart_IsTypeVariable(Dart_Handle handle);
|
| DART_EXPORT bool Dart_IsClosure(Dart_Handle object);
|
| DART_EXPORT bool Dart_IsTypedData(Dart_Handle object);
|
| DART_EXPORT bool Dart_IsByteBuffer(Dart_Handle object);
|
| +DART_EXPORT bool Dart_IsFuture(Dart_Handle object);
|
|
|
|
|
| /*
|
|
|