| Index: runtime/vm/dart_api_impl.cc
|
| diff --git a/runtime/vm/dart_api_impl.cc b/runtime/vm/dart_api_impl.cc
|
| index e980f0930b44c520818725eea6c0eb708d5dde17..29967a0a6a6ddca6d913ce938d27e00c0a6fcde8 100644
|
| --- a/runtime/vm/dart_api_impl.cc
|
| +++ b/runtime/vm/dart_api_impl.cc
|
| @@ -5648,6 +5648,8 @@ DART_EXPORT Dart_Handle Dart_FinalizeLoading(bool complete_futures) {
|
| return state;
|
| }
|
|
|
| + I->DoneFinalizing();
|
| +
|
| // Now that the newly loaded classes are finalized, notify the debugger
|
| // that new code has been loaded. If there are latent breakpoints in
|
| // the new code, the debugger convert them to unresolved source breakpoints.
|
|
|