Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Unified Diff: runtime/vm/service_isolate.cc

Issue 922163005: Fix HTTP support in vm-service (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/vm/service_isolate.cc
diff --git a/runtime/vm/service_isolate.cc b/runtime/vm/service_isolate.cc
index 19b0f5becd266afa41dfd6459675e01701890468..fd82c5a9627eb282bda580f9069775bedfabb011 100644
--- a/runtime/vm/service_isolate.cc
+++ b/runtime/vm/service_isolate.cc
@@ -655,6 +655,7 @@ Dart_Handle ServiceIsolate::GetSource(const char* name) {
}
i++;
}
+ FATAL1("vm-service: Could not find embedded source file: %s ", name);
return Dart_Null();
}
« runtime/vm/service/message.dart ('K') | « runtime/vm/service/running_isolates.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698