Chromium Code Reviews| Index: runtime/vm/isolate.cc |
| diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc |
| index 8ed08737a0cdfbcf2035f1acc675afbb7ab959c8..fee6526b6eb12501a51753fc02d1af9807487700 100644 |
| --- a/runtime/vm/isolate.cc |
| +++ b/runtime/vm/isolate.cc |
| @@ -1067,7 +1067,7 @@ void Isolate::ReportReloadError(const Error& error) { |
| void Isolate::OnStackReload() { |
| - UNREACHABLE(); |
| + ReloadSources(); |
| } |