| Index: runtime/vm/dart_api_impl.cc
|
| diff --git a/runtime/vm/dart_api_impl.cc b/runtime/vm/dart_api_impl.cc
|
| index 2169fd831343758485595f365e590fa2db800aa8..6567b579befc5bd7ed9c1cffb2ea317dcd937f14 100644
|
| --- a/runtime/vm/dart_api_impl.cc
|
| +++ b/runtime/vm/dart_api_impl.cc
|
| @@ -1547,7 +1547,7 @@ DART_EXPORT Dart_Handle Dart_RunLoop() {
|
| while (!data.done) {
|
| ml.Wait();
|
| }
|
| - Dart_EnterIsolate(Api::CastIsolate(I));
|
| + ::Dart_EnterIsolate(Api::CastIsolate(I));
|
| }
|
| if (I->object_store()->sticky_error() != Object::null()) {
|
| Dart_Handle error = Api::NewHandle(T, I->object_store()->sticky_error());
|
|
|