Chromium Code Reviews| Index: runtime/vm/dart_api_impl.cc |
| =================================================================== |
| --- runtime/vm/dart_api_impl.cc (revision 33563) |
| +++ runtime/vm/dart_api_impl.cc (working copy) |
| @@ -3845,7 +3845,7 @@ |
| int index, |
| intptr_t* value) { |
| Isolate* isolate = Isolate::Current(); |
| - DARTSCOPE(isolate); |
| + CHECK_ISOLATE(isolate); |
| ReusableObjectHandleScope reused_obj_handle(isolate); |
| const Instance& instance = Api::UnwrapInstanceHandle(reused_obj_handle, obj); |
| if (instance.IsNull()) { |