| Index: runtime/vm/service.cc
|
| diff --git a/runtime/vm/service.cc b/runtime/vm/service.cc
|
| index 1c05a5c3df5d165937d23b18fe6e8edbea18b528..022199e6b195887fe544e5c002265521747cc2f2 100644
|
| --- a/runtime/vm/service.cc
|
| +++ b/runtime/vm/service.cc
|
| @@ -2454,11 +2454,6 @@ static bool ReloadSources(Thread* thread, JSONStream* js) {
|
| "Cannot reload source when running a precompiled program.");
|
| return true;
|
| }
|
| - if (Dart::snapshot_kind() == Snapshot::kAppWithJIT) {
|
| - js->PrintError(kFeatureDisabled,
|
| - "Cannot reload source when running an app snapshot.");
|
| - return true;
|
| - }
|
| Dart_LibraryTagHandler handler = isolate->library_tag_handler();
|
| if (handler == NULL) {
|
| js->PrintError(kFeatureDisabled,
|
|
|