| Index: runtime/vm/dart_api_impl.cc
|
| diff --git a/runtime/vm/dart_api_impl.cc b/runtime/vm/dart_api_impl.cc
|
| index c4410a529d83ac4b73f3dec1f90f943c41e0abd8..329934035100b9dd4f6ceee654ef7eaa8ef1a68e 100644
|
| --- a/runtime/vm/dart_api_impl.cc
|
| +++ b/runtime/vm/dart_api_impl.cc
|
| @@ -826,7 +826,7 @@ DART_EXPORT void* Dart_CurrentIsolateData() {
|
|
|
| DART_EXPORT Dart_Handle Dart_DebugName() {
|
| Isolate* isolate = Isolate::Current();
|
| - CHECK_ISOLATE(isolate);
|
| + DARTSCOPE(isolate);
|
| return Api::NewHandle(isolate, String::New(isolate->name()));
|
| }
|
|
|
|
|