Chromium Code Reviews| Index: runtime/vm/dart_api_impl_test.cc |
| diff --git a/runtime/vm/dart_api_impl_test.cc b/runtime/vm/dart_api_impl_test.cc |
| index 80ac1cdb38780684c94eb2ef3fb8a36257163b55..4d65bd79969852a02c6c0f8d1ab1512227f326da 100644 |
| --- a/runtime/vm/dart_api_impl_test.cc |
| +++ b/runtime/vm/dart_api_impl_test.cc |
| @@ -1279,6 +1279,7 @@ UNIT_TEST_CASE(NewPersistentHandle_FromPersistentHandle) { |
| EXPECT(isolate != NULL); |
| ApiState* state = isolate->api_state(); |
| EXPECT(state != NULL); |
| + DARTSCOPE(isolate); |
| // Start with a known persistent handle. |
| Dart_Handle obj1 = Dart_True(); |