| Index: runtime/vm/dart_api_impl.h
|
| diff --git a/runtime/vm/dart_api_impl.h b/runtime/vm/dart_api_impl.h
|
| index 46f85aa8929723b3b287042d478cd243ecc04512..c2053d3eae638c31daaac9543da2bd8ddb9dd38c 100644
|
| --- a/runtime/vm/dart_api_impl.h
|
| +++ b/runtime/vm/dart_api_impl.h
|
| @@ -149,6 +149,8 @@ class Api : AllStatic {
|
|
|
| // Casts the internal Isolate* type to the external Dart_Isolate type.
|
| static Dart_Isolate CastIsolate(Isolate* isolate);
|
| + // Casts the external Dart_Isolate type to the internal Isolate* type.
|
| + static Isolate* CastIsolate(Dart_Isolate);
|
|
|
| // Gets the handle used to designate successful return.
|
| static Dart_Handle Success() { return Api::True(); }
|
|
|