| Index: runtime/vm/dart.h
|
| diff --git a/runtime/vm/dart.h b/runtime/vm/dart.h
|
| index 6d8cce1e4971da4c8cf7f849efeeba9d79c5fa75..be6db3b5b80a3ad4d75bf4f7c8dbcda2bd86daf8 100644
|
| --- a/runtime/vm/dart.h
|
| +++ b/runtime/vm/dart.h
|
| @@ -48,6 +48,7 @@ class Dart : public AllStatic {
|
| static DebugInfo* pprof_symbol_generator() { return pprof_symbol_generator_; }
|
|
|
| static LocalHandle* AllocateReadOnlyApiHandle();
|
| + static bool IsReadOnlyApiHandle(Dart_Handle handle);
|
|
|
| static uword AllocateReadOnlyHandle();
|
| static bool IsReadOnlyHandle(uword address);
|
|
|