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

Unified Diff: runtime/vm/service_isolate.cc

Issue 1361213005: Fix hidden bug with isolate shutdown debugger events (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « runtime/bin/dbg_message.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/service_isolate.cc
diff --git a/runtime/vm/service_isolate.cc b/runtime/vm/service_isolate.cc
index 6d70d53c6eb9bf27d5516e8a6f75e333e824a7fd..c07638fcd9fccccaeb512feb613b40421f7fc43b 100644
--- a/runtime/vm/service_isolate.cc
+++ b/runtime/vm/service_isolate.cc
@@ -520,8 +520,6 @@ void ServiceIsolate::SetServiceIsolate(Isolate* isolate) {
if (isolate_ != NULL) {
isolate_->is_service_isolate_ = true;
origin_ = isolate_->origin_id();
- } else {
- origin_ = ILLEGAL_PORT;
}
}
« no previous file with comments | « runtime/bin/dbg_message.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698